Shades of Lime Green #32CE20
Tints of Lime Green #32CE20
RGB
CMYK
RGB Variations
Color information
#32CE20 (or 0x32CE20) is known color: Lime Green. HEX triplet: 32, CE and 20. RGB value is (50,206,32). Sum of RGB (Red+Green+Blue) = 50+206+32=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 206 (80.86% from 255 or 71.53% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CE20 is #CD31DF. Grayscale: #8C8C8C. Windows color (decimal): -13447648 or 2149938. OLE color: 2149938.
HSL color Cylindrical-coordinate representation of color #32CE20: hue angle of 113.79º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32CE20 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 32 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.19 |
| HSL | 113.79º | 0.73% | 0.47% | - |
| HSV(B) | 113.79º | 0.84% | 0.81% | - |
| XYZ | 23.65 | 44.93 | 8.79 | - |
| YUV | 139.52 | 67.32 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 32 | 0.76 | 0 | 0.84 | 0.19 | 113.79 | 0.73 | 0.47 |
| Hex | 32 | CE | 20 | 4C | 0 | 54 | 13 | 72 | 49 | 2F |
| Octal | 62 | 316 | 40 | 114 | 0 | 124 | 23 | 162 | 111 | 57 |
| Binary | 110010 | 11001110 | 100000 | 1001100 | 0 | 1010100 | 10011 | 1110010 | 1001001 | 101111 |
Color Harmonies of #32CE20
Complementary color
Monochromatic Colors of #32CE20
Black with #32CE20
Text Example
Text Example
White with #32CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CE20; }
p { color: rgb(50,206,32); }
H1.HeaderClassName
{
color: #32CE20;
}
.AnyTagClassName
{
color: #32CE20;
}
</style>
background-color css
<style>
a { background-color: #32CE20; }
a { background-color: rgb(50,206,32); }
div.DivClassName
{
background-color: #32CE20;
}
.BgClassName
{
background-color: #32CE20;
}
</style>
border-color css
<style>
span { border-color: #32CE20; }
span { border-color: rgb(50,206,32); }
td.TdClassName
{
border-color: #32CE20;
}
.TagClassName
{
border-color: #32CE20;
}
</style>