Color spaces of #25d01b
RGB | 37 | 208 | 27 |
---|---|---|---|
HSL | 0.32 | 0.77 | 0.46 |
HSV | 117° | 87° | 82° |
CMYK | 0.82 | 0.00 | 0.87 0.18 |
XYZ | 23.5167 | 45.5842 | 8.5961 |
Yxy | 45.5842 | 0.3027 | 0.5867 |
Hunter Lab | 67.5161 | -55.9793 | 39.7125 |
CIE-Lab | 73.2749 | -70.9119 | 68.1243 |
#25d01b color RGB value is (37,208,27).
#25d01b hex color red value is 37, green value is 208 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #25d01b hue: 0.32 , saturation: 0.77 and the lightness value of 25d01b is 0.46.
The process color (four color CMYK) of #25d01b color hex is 0.82, 0.00, 0.87, 0.18. Web safe color of #25d01b is #33cc33. Color #25d01b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 11010000 | 00011011 |
Octal | 45 | 320 | 33 |
Decimal | 37 | 208 | 27 |
Hex | 25 | D0 | 1B |
Shades of #25d01b
Tints of #25d01b
RGB Percentages of Color #25d01b
CMYK Percentages of Color #25d01b
Complementary Color
#25d01b | #c61bd0 |
#25d01b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#25d01b Color Preview on White Background
Lorem ipsum dolor sit amet.
#25d01b Color CSS Codes
.mybgcolor {background-color:#25d01b; } .myforecolor {color:#25d01b; } .mybordercolor {border:3px solid #25d01b; }
#25d01b Text Font Color
<p style="color:#25d01b">Text here</p>
This sample text font color is #25d01b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#25d01b Background Color
<div style="background-color:#25d01b">
Div content here</div>
This div background color is #25d01b
#25d01b Border Color
<div style="border:3px solid #25d01b">
Div here</div>
This div border color is #25d01b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,208,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #25d01b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #25d01b; -webkit-box-shadow: 1px 1px 3px 2px #25d01b; box-shadow: 1px 1px 3px 2px #25d01b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,208,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #25d01b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #25d01b; -webkit-box-shadow: 1px 1px 3px 2px #25d01b; box-shadow: 1px 1px 3px 2px #25d01b;">
Div content here</div>
This div box has shadow with color #25d01b
Comments
No comments written yet.
Please login to write comment.