Shades of Lime Green #32CA34
Tints of Lime Green #32CA34
RGB
CMYK
RGB Variations
Color information
#32CA34 (or 0x32CA34) is known color: Lime Green. HEX triplet: 32, CA and 34. RGB value is (50,202,52). Sum of RGB (Red+Green+Blue) = 50+202+52=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 202 (79.30% from 255 or 66.45% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA34 is #CD35CB. Grayscale: #8B8B8B. Windows color (decimal): -13448652 or 3459634. OLE color: 3459634.
HSL color Cylindrical-coordinate representation of color #32CA34: hue angle of 120.79º 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 #32CA34 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 52 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.21 |
| HSL | 120.79º | 0.6% | 0.49% | - |
| HSV(B) | 120.79º | 0.75% | 0.79% | - |
| XYZ | 23.06 | 43.17 | 10.37 | - |
| YUV | 139.45 | 78.64 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 52 | 0.75 | 0 | 0.74 | 0.21 | 120.79 | 0.6 | 0.49 |
| Hex | 32 | CA | 34 | 4B | 0 | 4A | 15 | 79 | 3C | 31 |
| Octal | 62 | 312 | 64 | 113 | 0 | 112 | 25 | 171 | 74 | 61 |
| Binary | 110010 | 11001010 | 110100 | 1001011 | 0 | 1001010 | 10101 | 1111001 | 111100 | 110001 |
Color Harmonies of #32CA34
Complementary color
Monochromatic Colors of #32CA34
Black with #32CA34
Text Example
Text Example
White with #32CA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA34; }
p { color: rgb(50,202,52); }
H1.HeaderClassName
{
color: #32CA34;
}
.AnyTagClassName
{
color: #32CA34;
}
</style>
background-color css
<style>
a { background-color: #32CA34; }
a { background-color: rgb(50,202,52); }
div.DivClassName
{
background-color: #32CA34;
}
.BgClassName
{
background-color: #32CA34;
}
</style>
border-color css
<style>
span { border-color: #32CA34; }
span { border-color: rgb(50,202,52); }
td.TdClassName
{
border-color: #32CA34;
}
.TagClassName
{
border-color: #32CA34;
}
</style>