Shades of Lime Green #20CE21
Tints of Lime Green #20CE21
RGB
CMYK
RGB Variations
Color information
#20CE21 (or 0x20CE21) is known color: Lime Green. HEX triplet: 20, CE and 21. RGB value is (32,206,33). Sum of RGB (Red+Green+Blue) = 32+206+33=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 206 (80.86% from 255 or 76.01% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 206 - color contains mainly: green. Hex color #20CE21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CE21 is #DF31DE. Grayscale: #868686. Windows color (decimal): -14627295 or 2215456. OLE color: 2215456.
HSL color Cylindrical-coordinate representation of color #20CE21: hue angle of 120.34º 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 #20CE21 is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 206 | 33 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.19 |
| HSL | 120.34º | 0.73% | 0.47% | - |
| HSV(B) | 120.34º | 0.84% | 0.81% | - |
| XYZ | 22.94 | 44.56 | 8.83 | - |
| YUV | 134.25 | 70.85 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 206 | 33 | 0.84 | 0 | 0.84 | 0.19 | 120.34 | 0.73 | 0.47 |
| Hex | 20 | CE | 21 | 54 | 0 | 54 | 13 | 78 | 49 | 2F |
| Octal | 40 | 316 | 41 | 124 | 0 | 124 | 23 | 170 | 111 | 57 |
| Binary | 100000 | 11001110 | 100001 | 1010100 | 0 | 1010100 | 10011 | 1111000 | 1001001 | 101111 |
Color Harmonies of #20CE21
Complementary color
Monochromatic Colors of #20CE21
Black with #20CE21
Text Example
Text Example
White with #20CE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CE21; }
p { color: rgb(32,206,33); }
H1.HeaderClassName
{
color: #20CE21;
}
.AnyTagClassName
{
color: #20CE21;
}
</style>
background-color css
<style>
a { background-color: #20CE21; }
a { background-color: rgb(32,206,33); }
div.DivClassName
{
background-color: #20CE21;
}
.BgClassName
{
background-color: #20CE21;
}
</style>
border-color css
<style>
span { border-color: #20CE21; }
span { border-color: rgb(32,206,33); }
td.TdClassName
{
border-color: #20CE21;
}
.TagClassName
{
border-color: #20CE21;
}
</style>