Shades of Lime Green #32CF42
Tints of Lime Green #32CF42
RGB
CMYK
RGB Variations
Color information
#32CF42 (or 0x32CF42) is known color: Lime Green. HEX triplet: 32, CF and 42. RGB value is (50,207,66). Sum of RGB (Red+Green+Blue) = 50+207+66=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 207 (81.25% from 255 or 64.09% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CF42 is #CD30BD. Grayscale: #909090. Windows color (decimal): -13447358 or 4378418. OLE color: 4378418.
HSL color Cylindrical-coordinate representation of color #32CF42: hue angle of 126.11º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CF42 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 207 | 66 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.19 |
| HSL | 126.11º | 0.62% | 0.5% | - |
| HSV(B) | 126.11º | 0.76% | 0.81% | - |
| XYZ | 24.61 | 45.7 | 12.68 | - |
| YUV | 143.98 | 83.99 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 66 | 0.76 | 0 | 0.68 | 0.19 | 126.11 | 0.62 | 0.5 |
| Hex | 32 | CF | 42 | 4C | 0 | 44 | 13 | 7E | 3E | 32 |
| Octal | 62 | 317 | 102 | 114 | 0 | 104 | 23 | 176 | 76 | 62 |
| Binary | 110010 | 11001111 | 1000010 | 1001100 | 0 | 1000100 | 10011 | 1111110 | 111110 | 110010 |
Color Harmonies of #32CF42
Complementary color
Monochromatic Colors of #32CF42
Black with #32CF42
Text Example
Text Example
White with #32CF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CF42; }
p { color: rgb(50,207,66); }
H1.HeaderClassName
{
color: #32CF42;
}
.AnyTagClassName
{
color: #32CF42;
}
</style>
background-color css
<style>
a { background-color: #32CF42; }
a { background-color: rgb(50,207,66); }
div.DivClassName
{
background-color: #32CF42;
}
.BgClassName
{
background-color: #32CF42;
}
</style>
border-color css
<style>
span { border-color: #32CF42; }
span { border-color: rgb(50,207,66); }
td.TdClassName
{
border-color: #32CF42;
}
.TagClassName
{
border-color: #32CF42;
}
</style>