Shades of Lime Green #25E532
Tints of Lime Green #25E532
RGB
CMYK
RGB Variations
Color information
#25E532 (or 0x25E532) is known color: Lime Green. HEX triplet: 25, E5 and 32. RGB value is (37,229,50). Sum of RGB (Red+Green+Blue) = 37+229+50=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 229 (89.84% from 255 or 72.47% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 229 - color contains mainly: green. Hex color #25E532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E532 is #DA1ACD. Grayscale: #979797. Windows color (decimal): -14293710 or 3335461. OLE color: 3335461.
HSL color Cylindrical-coordinate representation of color #25E532: hue angle of 124.06º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E532 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 229 | 50 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.10 |
| HSL | 124.06º | 0.79% | 0.52% | - |
| HSV(B) | 124.06º | 0.84% | 0.9% | - |
| XYZ | 29.36 | 56.66 | 12.41 | - |
| YUV | 151.19 | 70.89 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 229 | 50 | 0.84 | 0 | 0.78 | 0.10 | 124.06 | 0.79 | 0.52 |
| Hex | 25 | E5 | 32 | 54 | 0 | 4E | A | 7C | 4F | 34 |
| Octal | 45 | 345 | 62 | 124 | 0 | 116 | 12 | 174 | 117 | 64 |
| Binary | 100101 | 11100101 | 110010 | 1010100 | 0 | 1001110 | 1010 | 1111100 | 1001111 | 110100 |
Color Harmonies of #25E532
Complementary color
Monochromatic Colors of #25E532
Black with #25E532
Text Example
Text Example
White with #25E532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E532; }
p { color: rgb(37,229,50); }
H1.HeaderClassName
{
color: #25E532;
}
.AnyTagClassName
{
color: #25E532;
}
</style>
background-color css
<style>
a { background-color: #25E532; }
a { background-color: rgb(37,229,50); }
div.DivClassName
{
background-color: #25E532;
}
.BgClassName
{
background-color: #25E532;
}
</style>
border-color css
<style>
span { border-color: #25E532; }
span { border-color: rgb(37,229,50); }
td.TdClassName
{
border-color: #25E532;
}
.TagClassName
{
border-color: #25E532;
}
</style>