Shades of Lime Green #32CD25
Tints of Lime Green #32CD25
RGB
CMYK
RGB Variations
Color information
#32CD25 (or 0x32CD25) is known color: Lime Green. HEX triplet: 32, CD and 25. RGB value is (50,205,37). Sum of RGB (Red+Green+Blue) = 50+205+37=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 205 (80.47% from 255 or 70.21% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CD25 is #CD32DA. Grayscale: #8C8C8C. Windows color (decimal): -13447899 or 2477362. OLE color: 2477362.
HSL color Cylindrical-coordinate representation of color #32CD25: hue angle of 115.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32CD25 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 37 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.20 |
| HSL | 115.36º | 0.69% | 0.47% | - |
| HSV(B) | 115.36º | 0.82% | 0.8% | - |
| XYZ | 23.48 | 44.47 | 9.1 | - |
| YUV | 139.5 | 70.15 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 37 | 0.76 | 0 | 0.82 | 0.20 | 115.36 | 0.69 | 0.47 |
| Hex | 32 | CD | 25 | 4C | 0 | 52 | 14 | 73 | 45 | 2F |
| Octal | 62 | 315 | 45 | 114 | 0 | 122 | 24 | 163 | 105 | 57 |
| Binary | 110010 | 11001101 | 100101 | 1001100 | 0 | 1010010 | 10100 | 1110011 | 1000101 | 101111 |
Color Harmonies of #32CD25
Complementary color
Monochromatic Colors of #32CD25
Black with #32CD25
Text Example
Text Example
White with #32CD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD25; }
p { color: rgb(50,205,37); }
H1.HeaderClassName
{
color: #32CD25;
}
.AnyTagClassName
{
color: #32CD25;
}
</style>
background-color css
<style>
a { background-color: #32CD25; }
a { background-color: rgb(50,205,37); }
div.DivClassName
{
background-color: #32CD25;
}
.BgClassName
{
background-color: #32CD25;
}
</style>
border-color css
<style>
span { border-color: #32CD25; }
span { border-color: rgb(50,205,37); }
td.TdClassName
{
border-color: #32CD25;
}
.TagClassName
{
border-color: #32CD25;
}
</style>