Shades of Lime Green #32CC1C
Tints of Lime Green #32CC1C
RGB
CMYK
RGB Variations
Color information
#32CC1C (or 0x32CC1C) is known color: Lime Green. HEX triplet: 32, CC and 1C. RGB value is (50,204,28). Sum of RGB (Red+Green+Blue) = 50+204+28=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 204 (80.08% from 255 or 72.34% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CC1C is #CD33E3. Grayscale: #8A8A8A. Windows color (decimal): -13448164 or 1887282. OLE color: 1887282.
HSL color Cylindrical-coordinate representation of color #32CC1C: hue angle of 112.5º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32CC1C is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 28 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.2 |
| HSL | 112.5º | 0.76% | 0.45% | - |
| HSV(B) | 112.5º | 0.86% | 0.8% | - |
| XYZ | 23.12 | 43.95 | 8.36 | - |
| YUV | 137.89 | 65.98 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 28 | 0.75 | 0 | 0.86 | 0.2 | 112.5 | 0.76 | 0.45 |
| Hex | 32 | CC | 1C | 4B | 0 | 56 | 14 | 70 | 4C | 2D |
| Octal | 62 | 314 | 34 | 113 | 0 | 126 | 24 | 160 | 114 | 55 |
| Binary | 110010 | 11001100 | 11100 | 1001011 | 0 | 1010110 | 10100 | 1110000 | 1001100 | 101101 |
Color Harmonies of #32CC1C
Complementary color
Monochromatic Colors of #32CC1C
Black with #32CC1C
Text Example
Text Example
White with #32CC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CC1C; }
p { color: rgb(50,204,28); }
H1.HeaderClassName
{
color: #32CC1C;
}
.AnyTagClassName
{
color: #32CC1C;
}
</style>
background-color css
<style>
a { background-color: #32CC1C; }
a { background-color: rgb(50,204,28); }
div.DivClassName
{
background-color: #32CC1C;
}
.BgClassName
{
background-color: #32CC1C;
}
</style>
border-color css
<style>
span { border-color: #32CC1C; }
span { border-color: rgb(50,204,28); }
td.TdClassName
{
border-color: #32CC1C;
}
.TagClassName
{
border-color: #32CC1C;
}
</style>