Shades of Lime Green #25CE06
Tints of Lime Green #25CE06
RGB
CMYK
RGB Variations
Color information
#25CE06 (or 0x25CE06) is known color: Lime Green. HEX triplet: 25, CE and 06. RGB value is (37,206,6). Sum of RGB (Red+Green+Blue) = 37+206+6=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 206 (80.86% from 255 or 82.73% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 206 - color contains mainly: green. Hex color #25CE06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25CE06 is #DA31F9. Grayscale: #858585. Windows color (decimal): -14299642 or 445989. OLE color: 445989.
HSL color Cylindrical-coordinate representation of color #25CE06: hue angle of 110.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25CE06 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 206 | 6 | - |
| CMYK | 0.82 | 0 | 0.97 | 0.19 |
| HSL | 110.7º | 0.94% | 0.42% | - |
| HSV(B) | 110.7º | 0.97% | 0.81% | - |
| XYZ | 22.87 | 44.55 | 7.57 | - |
| YUV | 132.67 | 56.51 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 206 | 6 | 0.82 | 0 | 0.97 | 0.19 | 110.7 | 0.94 | 0.42 |
| Hex | 25 | CE | 6 | 52 | 0 | 61 | 13 | 6F | 5E | 2A |
| Octal | 45 | 316 | 6 | 122 | 0 | 141 | 23 | 157 | 136 | 52 |
| Binary | 100101 | 11001110 | 110 | 1010010 | 0 | 1100001 | 10011 | 1101111 | 1011110 | 101010 |
Color Harmonies of #25CE06
Complementary color
Monochromatic Colors of #25CE06
Black with #25CE06
Text Example
Text Example
White with #25CE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CE06; }
p { color: rgb(37,206,6); }
H1.HeaderClassName
{
color: #25CE06;
}
.AnyTagClassName
{
color: #25CE06;
}
</style>
background-color css
<style>
a { background-color: #25CE06; }
a { background-color: rgb(37,206,6); }
div.DivClassName
{
background-color: #25CE06;
}
.BgClassName
{
background-color: #25CE06;
}
</style>
border-color css
<style>
span { border-color: #25CE06; }
span { border-color: rgb(37,206,6); }
td.TdClassName
{
border-color: #25CE06;
}
.TagClassName
{
border-color: #25CE06;
}
</style>