Shades of Lime Green #32D02A
Tints of Lime Green #32D02A
RGB
CMYK
RGB Variations
Color information
#32D02A (or 0x32D02A) is known color: Lime Green. HEX triplet: 32, D0 and 2A. RGB value is (50,208,42). Sum of RGB (Red+Green+Blue) = 50+208+42=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 208 (81.64% from 255 or 69.33% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 208 - color contains mainly: green. Hex color #32D02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D02A is #CD2FD5. Grayscale: #8E8E8E. Windows color (decimal): -13447126 or 2805810. OLE color: 2805810.
HSL color Cylindrical-coordinate representation of color #32D02A: hue angle of 117.11º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32D02A is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 208 | 42 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.18 |
| HSL | 117.11º | 0.66% | 0.49% | - |
| HSV(B) | 117.11º | 0.8% | 0.82% | - |
| XYZ | 24.29 | 45.96 | 9.78 | - |
| YUV | 141.83 | 71.65 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 208 | 42 | 0.76 | 0 | 0.80 | 0.18 | 117.11 | 0.66 | 0.49 |
| Hex | 32 | D0 | 2A | 4C | 0 | 50 | 12 | 75 | 42 | 31 |
| Octal | 62 | 320 | 52 | 114 | 0 | 120 | 22 | 165 | 102 | 61 |
| Binary | 110010 | 11010000 | 101010 | 1001100 | 0 | 1010000 | 10010 | 1110101 | 1000010 | 110001 |
Color Harmonies of #32D02A
Complementary color
Monochromatic Colors of #32D02A
Black with #32D02A
Text Example
Text Example
White with #32D02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D02A; }
p { color: rgb(50,208,42); }
H1.HeaderClassName
{
color: #32D02A;
}
.AnyTagClassName
{
color: #32D02A;
}
</style>
background-color css
<style>
a { background-color: #32D02A; }
a { background-color: rgb(50,208,42); }
div.DivClassName
{
background-color: #32D02A;
}
.BgClassName
{
background-color: #32D02A;
}
</style>
border-color css
<style>
span { border-color: #32D02A; }
span { border-color: rgb(50,208,42); }
td.TdClassName
{
border-color: #32D02A;
}
.TagClassName
{
border-color: #32D02A;
}
</style>