Shades of Lime Green #25DE11
Tints of Lime Green #25DE11
RGB
CMYK
RGB Variations
Color information
#25DE11 (or 0x25DE11) is known color: Lime Green. HEX triplet: 25, DE and 11. RGB value is (37,222,17). Sum of RGB (Red+Green+Blue) = 37+222+17=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 222 (87.11% from 255 or 80.43% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 222 - color contains mainly: green. Hex color #25DE11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25DE11 is #DA21EE. Grayscale: #8F8F8F. Windows color (decimal): -14295535 or 1170981. OLE color: 1170981.
HSL color Cylindrical-coordinate representation of color #25DE11: hue angle of 114.15º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #25DE11 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 222 | 17 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.13 |
| HSL | 114.15º | 0.86% | 0.47% | - |
| HSV(B) | 114.15º | 0.92% | 0.87% | - |
| XYZ | 26.99 | 52.68 | 9.28 | - |
| YUV | 143.32 | 56.71 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 222 | 17 | 0.83 | 0 | 0.92 | 0.13 | 114.15 | 0.86 | 0.47 |
| Hex | 25 | DE | 11 | 53 | 0 | 5C | D | 72 | 56 | 2F |
| Octal | 45 | 336 | 21 | 123 | 0 | 134 | 15 | 162 | 126 | 57 |
| Binary | 100101 | 11011110 | 10001 | 1010011 | 0 | 1011100 | 1101 | 1110010 | 1010110 | 101111 |
Color Harmonies of #25DE11
Complementary color
Monochromatic Colors of #25DE11
Black with #25DE11
Text Example
Text Example
White with #25DE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DE11; }
p { color: rgb(37,222,17); }
H1.HeaderClassName
{
color: #25DE11;
}
.AnyTagClassName
{
color: #25DE11;
}
</style>
background-color css
<style>
a { background-color: #25DE11; }
a { background-color: rgb(37,222,17); }
div.DivClassName
{
background-color: #25DE11;
}
.BgClassName
{
background-color: #25DE11;
}
</style>
border-color css
<style>
span { border-color: #25DE11; }
span { border-color: rgb(37,222,17); }
td.TdClassName
{
border-color: #25DE11;
}
.TagClassName
{
border-color: #25DE11;
}
</style>