Shades of Lime Green #25DE28
Tints of Lime Green #25DE28
RGB
CMYK
RGB Variations
Color information
#25DE28 (or 0x25DE28) is known color: Lime Green. HEX triplet: 25, DE and 28. RGB value is (37,222,40). Sum of RGB (Red+Green+Blue) = 37+222+40=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 222 (87.11% from 255 or 74.25% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 222 - color contains mainly: green. Hex color #25DE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DE28 is #DA21D7. Grayscale: #929292. Windows color (decimal): -14295512 or 2678309. OLE color: 2678309.
HSL color Cylindrical-coordinate representation of color #25DE28: hue angle of 120.97º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DE28 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 222 | 40 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.13 |
| HSL | 120.97º | 0.74% | 0.51% | - |
| HSV(B) | 120.97º | 0.83% | 0.87% | - |
| XYZ | 27.27 | 52.79 | 10.76 | - |
| YUV | 145.94 | 68.21 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 222 | 40 | 0.83 | 0 | 0.82 | 0.13 | 120.97 | 0.74 | 0.51 |
| Hex | 25 | DE | 28 | 53 | 0 | 52 | D | 79 | 4A | 33 |
| Octal | 45 | 336 | 50 | 123 | 0 | 122 | 15 | 171 | 112 | 63 |
| Binary | 100101 | 11011110 | 101000 | 1010011 | 0 | 1010010 | 1101 | 1111001 | 1001010 | 110011 |
Color Harmonies of #25DE28
Complementary color
Monochromatic Colors of #25DE28
Black with #25DE28
Text Example
Text Example
White with #25DE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DE28; }
p { color: rgb(37,222,40); }
H1.HeaderClassName
{
color: #25DE28;
}
.AnyTagClassName
{
color: #25DE28;
}
</style>
background-color css
<style>
a { background-color: #25DE28; }
a { background-color: rgb(37,222,40); }
div.DivClassName
{
background-color: #25DE28;
}
.BgClassName
{
background-color: #25DE28;
}
</style>
border-color css
<style>
span { border-color: #25DE28; }
span { border-color: rgb(37,222,40); }
td.TdClassName
{
border-color: #25DE28;
}
.TagClassName
{
border-color: #25DE28;
}
</style>