Shades of Lime Green #25CA32
Tints of Lime Green #25CA32
RGB
CMYK
RGB Variations
Color information
#25CA32 (or 0x25CA32) is known color: Lime Green. HEX triplet: 25, CA and 32. RGB value is (37,202,50). Sum of RGB (Red+Green+Blue) = 37+202+50=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 202 (79.30% from 255 or 69.90% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 202 - color contains mainly: green. Hex color #25CA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CA32 is #DA35CD. Grayscale: #878787. Windows color (decimal): -14300622 or 3328549. OLE color: 3328549.
HSL color Cylindrical-coordinate representation of color #25CA32: hue angle of 124.73º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CA32 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 202 | 50 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.21 |
| HSL | 124.73º | 0.69% | 0.47% | - |
| HSV(B) | 124.73º | 0.82% | 0.79% | - |
| XYZ | 22.46 | 42.86 | 10.11 | - |
| YUV | 135.34 | 79.84 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 202 | 50 | 0.82 | 0 | 0.75 | 0.21 | 124.73 | 0.69 | 0.47 |
| Hex | 25 | CA | 32 | 52 | 0 | 4B | 15 | 7D | 45 | 2F |
| Octal | 45 | 312 | 62 | 122 | 0 | 113 | 25 | 175 | 105 | 57 |
| Binary | 100101 | 11001010 | 110010 | 1010010 | 0 | 1001011 | 10101 | 1111101 | 1000101 | 101111 |
Color Harmonies of #25CA32
Complementary color
Monochromatic Colors of #25CA32
Black with #25CA32
Text Example
Text Example
White with #25CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CA32; }
p { color: rgb(37,202,50); }
H1.HeaderClassName
{
color: #25CA32;
}
.AnyTagClassName
{
color: #25CA32;
}
</style>
background-color css
<style>
a { background-color: #25CA32; }
a { background-color: rgb(37,202,50); }
div.DivClassName
{
background-color: #25CA32;
}
.BgClassName
{
background-color: #25CA32;
}
</style>
border-color css
<style>
span { border-color: #25CA32; }
span { border-color: rgb(37,202,50); }
td.TdClassName
{
border-color: #25CA32;
}
.TagClassName
{
border-color: #25CA32;
}
</style>