Shades of Lime Green #32CF3C
Tints of Lime Green #32CF3C
RGB
CMYK
RGB Variations
Color information
#32CF3C (or 0x32CF3C) is known color: Lime Green. HEX triplet: 32, CF and 3C. RGB value is (50,207,60). Sum of RGB (Red+Green+Blue) = 50+207+60=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 207 (81.25% from 255 or 65.30% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CF3C is #CD30C3. Grayscale: #8F8F8F. Windows color (decimal): -13447364 or 3985202. OLE color: 3985202.
HSL color Cylindrical-coordinate representation of color #32CF3C: hue angle of 123.82º 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 #32CF3C is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 207 | 60 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.19 |
| HSL | 123.82º | 0.62% | 0.5% | - |
| HSV(B) | 123.82º | 0.76% | 0.81% | - |
| XYZ | 24.44 | 45.63 | 11.79 | - |
| YUV | 143.3 | 80.99 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 207 | 60 | 0.76 | 0 | 0.71 | 0.19 | 123.82 | 0.62 | 0.5 |
| Hex | 32 | CF | 3C | 4C | 0 | 47 | 13 | 7C | 3E | 32 |
| Octal | 62 | 317 | 74 | 114 | 0 | 107 | 23 | 174 | 76 | 62 |
| Binary | 110010 | 11001111 | 111100 | 1001100 | 0 | 1000111 | 10011 | 1111100 | 111110 | 110010 |
Color Harmonies of #32CF3C
Complementary color
Monochromatic Colors of #32CF3C
Black with #32CF3C
Text Example
Text Example
White with #32CF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CF3C; }
p { color: rgb(50,207,60); }
H1.HeaderClassName
{
color: #32CF3C;
}
.AnyTagClassName
{
color: #32CF3C;
}
</style>
background-color css
<style>
a { background-color: #32CF3C; }
a { background-color: rgb(50,207,60); }
div.DivClassName
{
background-color: #32CF3C;
}
.BgClassName
{
background-color: #32CF3C;
}
</style>
border-color css
<style>
span { border-color: #32CF3C; }
span { border-color: rgb(50,207,60); }
td.TdClassName
{
border-color: #32CF3C;
}
.TagClassName
{
border-color: #32CF3C;
}
</style>