Shades of Lime Green #25DD17
Tints of Lime Green #25DD17
RGB
CMYK
RGB Variations
Color information
#25DD17 (or 0x25DD17) is known color: Lime Green. HEX triplet: 25, DD and 17. RGB value is (37,221,23). Sum of RGB (Red+Green+Blue) = 37+221+23=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 221 (86.72% from 255 or 78.65% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 221 - color contains mainly: green. Hex color #25DD17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25DD17 is #DA22E8. Grayscale: #909090. Windows color (decimal): -14295785 or 1563941. OLE color: 1563941.
HSL color Cylindrical-coordinate representation of color #25DD17: hue angle of 115.76º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25DD17 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 221 | 23 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.13 |
| HSL | 115.76º | 0.81% | 0.48% | - |
| HSV(B) | 115.76º | 0.9% | 0.87% | - |
| XYZ | 26.77 | 52.17 | 9.47 | - |
| YUV | 143.41 | 60.04 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 221 | 23 | 0.83 | 0 | 0.90 | 0.13 | 115.76 | 0.81 | 0.48 |
| Hex | 25 | DD | 17 | 53 | 0 | 5A | D | 74 | 51 | 30 |
| Octal | 45 | 335 | 27 | 123 | 0 | 132 | 15 | 164 | 121 | 60 |
| Binary | 100101 | 11011101 | 10111 | 1010011 | 0 | 1011010 | 1101 | 1110100 | 1010001 | 110000 |
Color Harmonies of #25DD17
Complementary color
Monochromatic Colors of #25DD17
Black with #25DD17
Text Example
Text Example
White with #25DD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DD17; }
p { color: rgb(37,221,23); }
H1.HeaderClassName
{
color: #25DD17;
}
.AnyTagClassName
{
color: #25DD17;
}
</style>
background-color css
<style>
a { background-color: #25DD17; }
a { background-color: rgb(37,221,23); }
div.DivClassName
{
background-color: #25DD17;
}
.BgClassName
{
background-color: #25DD17;
}
</style>
border-color css
<style>
span { border-color: #25DD17; }
span { border-color: rgb(37,221,23); }
td.TdClassName
{
border-color: #25DD17;
}
.TagClassName
{
border-color: #25DD17;
}
</style>