Shades of Lime Green #32CF12
Tints of Lime Green #32CF12
RGB
CMYK
RGB Variations
Color information
#32CF12 (or 0x32CF12) is known color: Lime Green. HEX triplet: 32, CF and 12. RGB value is (50,207,18). Sum of RGB (Red+Green+Blue) = 50+207+18=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 207 (81.25% from 255 or 75.27% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CF12 is #CD30ED. Grayscale: #8B8B8B. Windows color (decimal): -13447406 or 1232690. OLE color: 1232690.
HSL color Cylindrical-coordinate representation of color #32CF12: hue angle of 109.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32CF12 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 207 | 18 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.19 |
| HSL | 109.84º | 0.84% | 0.44% | - |
| HSV(B) | 109.84º | 0.91% | 0.81% | - |
| XYZ | 23.74 | 45.35 | 8.07 | - |
| YUV | 138.51 | 59.99 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 18 | 0.76 | 0 | 0.91 | 0.19 | 109.84 | 0.84 | 0.44 |
| Hex | 32 | CF | 12 | 4C | 0 | 5B | 13 | 6E | 54 | 2C |
| Octal | 62 | 317 | 22 | 114 | 0 | 133 | 23 | 156 | 124 | 54 |
| Binary | 110010 | 11001111 | 10010 | 1001100 | 0 | 1011011 | 10011 | 1101110 | 1010100 | 101100 |
Color Harmonies of #32CF12
Complementary color
Monochromatic Colors of #32CF12
Black with #32CF12
Text Example
Text Example
White with #32CF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CF12; }
p { color: rgb(50,207,18); }
H1.HeaderClassName
{
color: #32CF12;
}
.AnyTagClassName
{
color: #32CF12;
}
</style>
background-color css
<style>
a { background-color: #32CF12; }
a { background-color: rgb(50,207,18); }
div.DivClassName
{
background-color: #32CF12;
}
.BgClassName
{
background-color: #32CF12;
}
</style>
border-color css
<style>
span { border-color: #32CF12; }
span { border-color: rgb(50,207,18); }
td.TdClassName
{
border-color: #32CF12;
}
.TagClassName
{
border-color: #32CF12;
}
</style>