Shades of Lime Green #25D210
Tints of Lime Green #25D210
RGB
CMYK
RGB Variations
Color information
#25D210 (or 0x25D210) is known color: Lime Green. HEX triplet: 25, D2 and 10. RGB value is (37,210,16). Sum of RGB (Red+Green+Blue) = 37+210+16=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 210 (82.42% from 255 or 79.85% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 210 - color contains mainly: green. Hex color #25D210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D210 is #DA2DEF. Grayscale: #888888. Windows color (decimal): -14298608 or 1102373. OLE color: 1102373.
HSL color Cylindrical-coordinate representation of color #25D210: hue angle of 113.51º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25D210 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 210 | 16 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.18 |
| HSL | 113.51º | 0.86% | 0.44% | - |
| HSV(B) | 113.51º | 0.92% | 0.82% | - |
| XYZ | 23.9 | 46.52 | 8.21 | - |
| YUV | 136.16 | 60.19 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 210 | 16 | 0.82 | 0 | 0.92 | 0.18 | 113.51 | 0.86 | 0.44 |
| Hex | 25 | D2 | 10 | 52 | 0 | 5C | 12 | 72 | 56 | 2C |
| Octal | 45 | 322 | 20 | 122 | 0 | 134 | 22 | 162 | 126 | 54 |
| Binary | 100101 | 11010010 | 10000 | 1010010 | 0 | 1011100 | 10010 | 1110010 | 1010110 | 101100 |
Color Harmonies of #25D210
Complementary color
Monochromatic Colors of #25D210
Black with #25D210
Text Example
Text Example
White with #25D210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D210; }
p { color: rgb(37,210,16); }
H1.HeaderClassName
{
color: #25D210;
}
.AnyTagClassName
{
color: #25D210;
}
</style>
background-color css
<style>
a { background-color: #25D210; }
a { background-color: rgb(37,210,16); }
div.DivClassName
{
background-color: #25D210;
}
.BgClassName
{
background-color: #25D210;
}
</style>
border-color css
<style>
span { border-color: #25D210; }
span { border-color: rgb(37,210,16); }
td.TdClassName
{
border-color: #25D210;
}
.TagClassName
{
border-color: #25D210;
}
</style>