Shades of Lime Green #25AE32
Tints of Lime Green #25AE32
RGB
CMYK
RGB Variations
Color information
#25AE32 (or 0x25AE32) is known color: Lime Green. HEX triplet: 25, AE and 32. RGB value is (37,174,50). Sum of RGB (Red+Green+Blue) = 37+174+50=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 174 (68.36% from 255 or 66.67% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 174 - color contains mainly: green. Hex color #25AE32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25AE32 is #DA51CD. Grayscale: #777777. Windows color (decimal): -14307790 or 3321381. OLE color: 3321381.
HSL color Cylindrical-coordinate representation of color #25AE32: hue angle of 125.69º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AE32 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 174 | 50 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.32 |
| HSL | 125.69º | 0.65% | 0.41% | - |
| HSV(B) | 125.69º | 0.79% | 0.68% | - |
| XYZ | 16.47 | 30.9 | 8.11 | - |
| YUV | 118.9 | 89.11 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 174 | 50 | 0.79 | 0 | 0.71 | 0.32 | 125.69 | 0.65 | 0.41 |
| Hex | 25 | AE | 32 | 4F | 0 | 47 | 20 | 7E | 41 | 29 |
| Octal | 45 | 256 | 62 | 117 | 0 | 107 | 40 | 176 | 101 | 51 |
| Binary | 100101 | 10101110 | 110010 | 1001111 | 0 | 1000111 | 100000 | 1111110 | 1000001 | 101001 |
Color Harmonies of #25AE32
Complementary color
Monochromatic Colors of #25AE32
Black with #25AE32
Text Example
Text Example
White with #25AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AE32; }
p { color: rgb(37,174,50); }
H1.HeaderClassName
{
color: #25AE32;
}
.AnyTagClassName
{
color: #25AE32;
}
</style>
background-color css
<style>
a { background-color: #25AE32; }
a { background-color: rgb(37,174,50); }
div.DivClassName
{
background-color: #25AE32;
}
.BgClassName
{
background-color: #25AE32;
}
</style>
border-color css
<style>
span { border-color: #25AE32; }
span { border-color: rgb(37,174,50); }
td.TdClassName
{
border-color: #25AE32;
}
.TagClassName
{
border-color: #25AE32;
}
</style>