Shades of Lime Green #25CE17
Tints of Lime Green #25CE17
RGB
CMYK
RGB Variations
Color information
#25CE17 (or 0x25CE17) is known color: Lime Green. HEX triplet: 25, CE and 17. RGB value is (37,206,23). Sum of RGB (Red+Green+Blue) = 37+206+23=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 206 (80.86% from 255 or 77.44% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 206 - color contains mainly: green. Hex color #25CE17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25CE17 is #DA31E8. Grayscale: #878787. Windows color (decimal): -14299625 or 1560101. OLE color: 1560101.
HSL color Cylindrical-coordinate representation of color #25CE17: hue angle of 115.41º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25CE17 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 206 | 23 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.19 |
| HSL | 115.41º | 0.8% | 0.45% | - |
| HSV(B) | 115.41º | 0.89% | 0.81% | - |
| XYZ | 22.99 | 44.6 | 8.21 | - |
| YUV | 134.61 | 65.01 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 206 | 23 | 0.82 | 0 | 0.89 | 0.19 | 115.41 | 0.8 | 0.45 |
| Hex | 25 | CE | 17 | 52 | 0 | 59 | 13 | 73 | 50 | 2D |
| Octal | 45 | 316 | 27 | 122 | 0 | 131 | 23 | 163 | 120 | 55 |
| Binary | 100101 | 11001110 | 10111 | 1010010 | 0 | 1011001 | 10011 | 1110011 | 1010000 | 101101 |
Color Harmonies of #25CE17
Complementary color
Monochromatic Colors of #25CE17
Black with #25CE17
Text Example
Text Example
White with #25CE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CE17; }
p { color: rgb(37,206,23); }
H1.HeaderClassName
{
color: #25CE17;
}
.AnyTagClassName
{
color: #25CE17;
}
</style>
background-color css
<style>
a { background-color: #25CE17; }
a { background-color: rgb(37,206,23); }
div.DivClassName
{
background-color: #25CE17;
}
.BgClassName
{
background-color: #25CE17;
}
</style>
border-color css
<style>
span { border-color: #25CE17; }
span { border-color: rgb(37,206,23); }
td.TdClassName
{
border-color: #25CE17;
}
.TagClassName
{
border-color: #25CE17;
}
</style>