Shades of Lime Green #20CF21
Tints of Lime Green #20CF21
RGB
CMYK
RGB Variations
Color information
#20CF21 (or 0x20CF21) is known color: Lime Green. HEX triplet: 20, CF and 21. RGB value is (32,207,33). Sum of RGB (Red+Green+Blue) = 32+207+33=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 207 (81.25% from 255 or 76.10% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CF21 is #DF30DE. Grayscale: #878787. Windows color (decimal): -14627039 or 2215712. OLE color: 2215712.
HSL color Cylindrical-coordinate representation of color #20CF21: 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.85%. Process color model (Four color, CMYK) of #20CF21 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 207 | 33 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.19 |
| HSL | 120.34º | 0.73% | 0.47% | - |
| HSV(B) | 120.34º | 0.85% | 0.81% | - |
| XYZ | 23.18 | 45.04 | 8.91 | - |
| YUV | 134.84 | 70.52 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 33 | 0.85 | 0 | 0.84 | 0.19 | 120.34 | 0.73 | 0.47 |
| Hex | 20 | CF | 21 | 55 | 0 | 54 | 13 | 78 | 49 | 2F |
| Octal | 40 | 317 | 41 | 125 | 0 | 124 | 23 | 170 | 111 | 57 |
| Binary | 100000 | 11001111 | 100001 | 1010101 | 0 | 1010100 | 10011 | 1111000 | 1001001 | 101111 |
Color Harmonies of #20CF21
Complementary color
Monochromatic Colors of #20CF21
Black with #20CF21
Text Example
Text Example
White with #20CF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CF21; }
p { color: rgb(32,207,33); }
H1.HeaderClassName
{
color: #20CF21;
}
.AnyTagClassName
{
color: #20CF21;
}
</style>
background-color css
<style>
a { background-color: #20CF21; }
a { background-color: rgb(32,207,33); }
div.DivClassName
{
background-color: #20CF21;
}
.BgClassName
{
background-color: #20CF21;
}
</style>
border-color css
<style>
span { border-color: #20CF21; }
span { border-color: rgb(32,207,33); }
td.TdClassName
{
border-color: #20CF21;
}
.TagClassName
{
border-color: #20CF21;
}
</style>