Shades of Lime Green #32D02C
Tints of Lime Green #32D02C
RGB
CMYK
RGB Variations
Color information
#32D02C (or 0x32D02C) is known color: Lime Green. HEX triplet: 32, D0 and 2C. RGB value is (50,208,44). Sum of RGB (Red+Green+Blue) = 50+208+44=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 208 (81.64% from 255 or 68.87% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 208 - color contains mainly: green. Hex color #32D02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D02C is #CD2FD3. Grayscale: #8E8E8E. Windows color (decimal): -13447124 or 2936882. OLE color: 2936882.
HSL color Cylindrical-coordinate representation of color #32D02C: hue angle of 117.8º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32D02C is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 208 | 44 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.18 |
| HSL | 117.8º | 0.65% | 0.49% | - |
| HSV(B) | 117.8º | 0.79% | 0.82% | - |
| XYZ | 24.33 | 45.97 | 9.97 | - |
| YUV | 142.06 | 72.65 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 208 | 44 | 0.76 | 0 | 0.79 | 0.18 | 117.8 | 0.65 | 0.49 |
| Hex | 32 | D0 | 2C | 4C | 0 | 4F | 12 | 76 | 41 | 31 |
| Octal | 62 | 320 | 54 | 114 | 0 | 117 | 22 | 166 | 101 | 61 |
| Binary | 110010 | 11010000 | 101100 | 1001100 | 0 | 1001111 | 10010 | 1110110 | 1000001 | 110001 |
Color Harmonies of #32D02C
Complementary color
Monochromatic Colors of #32D02C
Black with #32D02C
Text Example
Text Example
White with #32D02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D02C; }
p { color: rgb(50,208,44); }
H1.HeaderClassName
{
color: #32D02C;
}
.AnyTagClassName
{
color: #32D02C;
}
</style>
background-color css
<style>
a { background-color: #32D02C; }
a { background-color: rgb(50,208,44); }
div.DivClassName
{
background-color: #32D02C;
}
.BgClassName
{
background-color: #32D02C;
}
</style>
border-color css
<style>
span { border-color: #32D02C; }
span { border-color: rgb(50,208,44); }
td.TdClassName
{
border-color: #32D02C;
}
.TagClassName
{
border-color: #32D02C;
}
</style>