Shades of Lime Green #25CC18
Tints of Lime Green #25CC18
RGB
CMYK
RGB Variations
Color information
#25CC18 (or 0x25CC18) is known color: Lime Green. HEX triplet: 25, CC and 18. RGB value is (37,204,24). Sum of RGB (Red+Green+Blue) = 37+204+24=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 204 (80.08% from 255 or 76.98% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 204 - color contains mainly: green. Hex color #25CC18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25CC18 is #DA33E7. Grayscale: #868686. Windows color (decimal): -14300136 or 1625125. OLE color: 1625125.
HSL color Cylindrical-coordinate representation of color #25CC18: hue angle of 115.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25CC18 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 204 | 24 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.2 |
| HSL | 115.67º | 0.79% | 0.45% | - |
| HSV(B) | 115.67º | 0.88% | 0.8% | - |
| XYZ | 22.52 | 43.64 | 8.1 | - |
| YUV | 133.55 | 66.17 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 204 | 24 | 0.82 | 0 | 0.88 | 0.2 | 115.67 | 0.79 | 0.45 |
| Hex | 25 | CC | 18 | 52 | 0 | 58 | 14 | 74 | 4F | 2D |
| Octal | 45 | 314 | 30 | 122 | 0 | 130 | 24 | 164 | 117 | 55 |
| Binary | 100101 | 11001100 | 11000 | 1010010 | 0 | 1011000 | 10100 | 1110100 | 1001111 | 101101 |
Color Harmonies of #25CC18
Complementary color
Monochromatic Colors of #25CC18
Black with #25CC18
Text Example
Text Example
White with #25CC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CC18; }
p { color: rgb(37,204,24); }
H1.HeaderClassName
{
color: #25CC18;
}
.AnyTagClassName
{
color: #25CC18;
}
</style>
background-color css
<style>
a { background-color: #25CC18; }
a { background-color: rgb(37,204,24); }
div.DivClassName
{
background-color: #25CC18;
}
.BgClassName
{
background-color: #25CC18;
}
</style>
border-color css
<style>
span { border-color: #25CC18; }
span { border-color: rgb(37,204,24); }
td.TdClassName
{
border-color: #25CC18;
}
.TagClassName
{
border-color: #25CC18;
}
</style>