Shades of Lime Green #25E144
Tints of Lime Green #25E144
RGB
CMYK
RGB Variations
Color information
#25E144 (or 0x25E144) is known color: Lime Green. HEX triplet: 25, E1 and 44. RGB value is (37,225,68). Sum of RGB (Red+Green+Blue) = 37+225+68=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 225 (88.28% from 255 or 68.18% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 225 - color contains mainly: green. Hex color #25E144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E144 is #DA1EBB. Grayscale: #979797. Windows color (decimal): -14294716 or 4514085. OLE color: 4514085.
HSL color Cylindrical-coordinate representation of color #25E144: hue angle of 129.89º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E144 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 225 | 68 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.12 |
| HSL | 129.89º | 0.76% | 0.51% | - |
| HSV(B) | 129.89º | 0.84% | 0.88% | - |
| XYZ | 28.73 | 54.66 | 14.51 | - |
| YUV | 150.89 | 81.22 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 225 | 68 | 0.84 | 0 | 0.70 | 0.12 | 129.89 | 0.76 | 0.51 |
| Hex | 25 | E1 | 44 | 54 | 0 | 46 | C | 82 | 4C | 33 |
| Octal | 45 | 341 | 104 | 124 | 0 | 106 | 14 | 202 | 114 | 63 |
| Binary | 100101 | 11100001 | 1000100 | 1010100 | 0 | 1000110 | 1100 | 10000010 | 1001100 | 110011 |
Color Harmonies of #25E144
Complementary color
Monochromatic Colors of #25E144
Black with #25E144
Text Example
Text Example
White with #25E144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E144; }
p { color: rgb(37,225,68); }
H1.HeaderClassName
{
color: #25E144;
}
.AnyTagClassName
{
color: #25E144;
}
</style>
background-color css
<style>
a { background-color: #25E144; }
a { background-color: rgb(37,225,68); }
div.DivClassName
{
background-color: #25E144;
}
.BgClassName
{
background-color: #25E144;
}
</style>
border-color css
<style>
span { border-color: #25E144; }
span { border-color: rgb(37,225,68); }
td.TdClassName
{
border-color: #25E144;
}
.TagClassName
{
border-color: #25E144;
}
</style>