Shades of Lime Green #32CA43
Tints of Lime Green #32CA43
RGB
CMYK
RGB Variations
Color information
#32CA43 (or 0x32CA43) is known color: Lime Green. HEX triplet: 32, CA and 43. RGB value is (50,202,67). Sum of RGB (Red+Green+Blue) = 50+202+67=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 202 (79.30% from 255 or 63.32% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA43 is #CD35BC. Grayscale: #8D8D8D. Windows color (decimal): -13448637 or 4442674. OLE color: 4442674.
HSL color Cylindrical-coordinate representation of color #32CA43: hue angle of 126.71º 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 #32CA43 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 202 | 67 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.21 |
| HSL | 126.71º | 0.6% | 0.49% | - |
| HSV(B) | 126.71º | 0.75% | 0.79% | - |
| XYZ | 23.45 | 43.32 | 12.44 | - |
| YUV | 141.16 | 86.14 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 67 | 0.75 | 0 | 0.67 | 0.21 | 126.71 | 0.6 | 0.49 |
| Hex | 32 | CA | 43 | 4B | 0 | 43 | 15 | 7F | 3C | 31 |
| Octal | 62 | 312 | 103 | 113 | 0 | 103 | 25 | 177 | 74 | 61 |
| Binary | 110010 | 11001010 | 1000011 | 1001011 | 0 | 1000011 | 10101 | 1111111 | 111100 | 110001 |
Color Harmonies of #32CA43
Complementary color
Monochromatic Colors of #32CA43
Black with #32CA43
Text Example
Text Example
White with #32CA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CA43; }
p { color: rgb(50,202,67); }
H1.HeaderClassName
{
color: #32CA43;
}
.AnyTagClassName
{
color: #32CA43;
}
</style>
background-color css
<style>
a { background-color: #32CA43; }
a { background-color: rgb(50,202,67); }
div.DivClassName
{
background-color: #32CA43;
}
.BgClassName
{
background-color: #32CA43;
}
</style>
border-color css
<style>
span { border-color: #32CA43; }
span { border-color: rgb(50,202,67); }
td.TdClassName
{
border-color: #32CA43;
}
.TagClassName
{
border-color: #32CA43;
}
</style>