Shades of Lime Green #21EC32
Tints of Lime Green #21EC32
RGB
CMYK
RGB Variations
Color information
#21EC32 (or 0x21EC32) is known color: Lime Green. HEX triplet: 21, EC and 32. RGB value is (33,236,50). Sum of RGB (Red+Green+Blue) = 33+236+50=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 236 (92.58% from 255 or 73.98% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 236 - color contains mainly: green. Hex color #21EC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21EC32 is #DE13CD. Grayscale: #9A9A9A. Windows color (decimal): -14554062 or 3337249. OLE color: 3337249.
HSL color Cylindrical-coordinate representation of color #21EC32: hue angle of 125.02º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EC32 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 236 | 50 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.07 |
| HSL | 125.02º | 0.84% | 0.53% | - |
| HSV(B) | 125.02º | 0.86% | 0.93% | - |
| XYZ | 31.2 | 60.54 | 13.06 | - |
| YUV | 154.1 | 69.25 | 41.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 50 | 0.86 | 0 | 0.79 | 0.07 | 125.02 | 0.84 | 0.53 |
| Hex | 21 | EC | 32 | 56 | 0 | 4F | 7 | 7D | 54 | 35 |
| Octal | 41 | 354 | 62 | 126 | 0 | 117 | 7 | 175 | 124 | 65 |
| Binary | 100001 | 11101100 | 110010 | 1010110 | 0 | 1001111 | 111 | 1111101 | 1010100 | 110101 |
Color Harmonies of #21EC32
Complementary color
Monochromatic Colors of #21EC32
Black with #21EC32
Text Example
Text Example
White with #21EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EC32; }
p { color: rgb(33,236,50); }
H1.HeaderClassName
{
color: #21EC32;
}
.AnyTagClassName
{
color: #21EC32;
}
</style>
background-color css
<style>
a { background-color: #21EC32; }
a { background-color: rgb(33,236,50); }
div.DivClassName
{
background-color: #21EC32;
}
.BgClassName
{
background-color: #21EC32;
}
</style>
border-color css
<style>
span { border-color: #21EC32; }
span { border-color: rgb(33,236,50); }
td.TdClassName
{
border-color: #21EC32;
}
.TagClassName
{
border-color: #21EC32;
}
</style>