Shades of Lime Green #32CA45
Tints of Lime Green #32CA45
RGB
CMYK
RGB Variations
Color information
#32CA45 (or 0x32CA45) is known color: Lime Green. HEX triplet: 32, CA and 45. RGB value is (50,202,69). Sum of RGB (Red+Green+Blue) = 50+202+69=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 202 (79.30% from 255 or 62.93% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA45 is #CD35BA. Grayscale: #8D8D8D. Windows color (decimal): -13448635 or 4573746. OLE color: 4573746.
HSL color Cylindrical-coordinate representation of color #32CA45: hue angle of 127.5º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CA45 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 69 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.21 |
| HSL | 127.5º | 0.6% | 0.49% | - |
| HSV(B) | 127.5º | 0.75% | 0.79% | - |
| XYZ | 23.51 | 43.35 | 12.76 | - |
| YUV | 141.39 | 87.14 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 69 | 0.75 | 0 | 0.66 | 0.21 | 127.5 | 0.6 | 0.49 |
| Hex | 32 | CA | 45 | 4B | 0 | 42 | 15 | 80 | 3C | 31 |
| Octal | 62 | 312 | 105 | 113 | 0 | 102 | 25 | 200 | 74 | 61 |
| Binary | 110010 | 11001010 | 1000101 | 1001011 | 0 | 1000010 | 10101 | 10000000 | 111100 | 110001 |
Color Harmonies of #32CA45
Complementary color
Monochromatic Colors of #32CA45
Black with #32CA45
Text Example
Text Example
White with #32CA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA45; }
p { color: rgb(50,202,69); }
H1.HeaderClassName
{
color: #32CA45;
}
.AnyTagClassName
{
color: #32CA45;
}
</style>
background-color css
<style>
a { background-color: #32CA45; }
a { background-color: rgb(50,202,69); }
div.DivClassName
{
background-color: #32CA45;
}
.BgClassName
{
background-color: #32CA45;
}
</style>
border-color css
<style>
span { border-color: #32CA45; }
span { border-color: rgb(50,202,69); }
td.TdClassName
{
border-color: #32CA45;
}
.TagClassName
{
border-color: #32CA45;
}
</style>