Shades of Lime Green #32CD43
Tints of Lime Green #32CD43
RGB
CMYK
RGB Variations
Color information
#32CD43 (or 0x32CD43) is known color: Lime Green. HEX triplet: 32, CD and 43. RGB value is (50,205,67). Sum of RGB (Red+Green+Blue) = 50+205+67=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 205 (80.47% from 255 or 63.66% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CD43 is #CD32BC. Grayscale: #8F8F8F. Windows color (decimal): -13447869 or 4443442. OLE color: 4443442.
HSL color Cylindrical-coordinate representation of color #32CD43: hue angle of 126.58º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CD43 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 67 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.20 |
| HSL | 126.58º | 0.61% | 0.5% | - |
| HSV(B) | 126.58º | 0.76% | 0.8% | - |
| XYZ | 24.16 | 44.75 | 12.67 | - |
| YUV | 142.92 | 85.15 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 67 | 0.76 | 0 | 0.67 | 0.20 | 126.58 | 0.61 | 0.5 |
| Hex | 32 | CD | 43 | 4C | 0 | 43 | 14 | 7F | 3D | 32 |
| Octal | 62 | 315 | 103 | 114 | 0 | 103 | 24 | 177 | 75 | 62 |
| Binary | 110010 | 11001101 | 1000011 | 1001100 | 0 | 1000011 | 10100 | 1111111 | 111101 | 110010 |
Color Harmonies of #32CD43
Complementary color
Monochromatic Colors of #32CD43
Black with #32CD43
Text Example
Text Example
White with #32CD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD43; }
p { color: rgb(50,205,67); }
H1.HeaderClassName
{
color: #32CD43;
}
.AnyTagClassName
{
color: #32CD43;
}
</style>
background-color css
<style>
a { background-color: #32CD43; }
a { background-color: rgb(50,205,67); }
div.DivClassName
{
background-color: #32CD43;
}
.BgClassName
{
background-color: #32CD43;
}
</style>
border-color css
<style>
span { border-color: #32CD43; }
span { border-color: rgb(50,205,67); }
td.TdClassName
{
border-color: #32CD43;
}
.TagClassName
{
border-color: #32CD43;
}
</style>