Shades of Lime Green #20C421
Tints of Lime Green #20C421
RGB
CMYK
RGB Variations
Color information
#20C421 (or 0x20C421) is known color: Lime Green. HEX triplet: 20, C4 and 21. RGB value is (32,196,33). Sum of RGB (Red+Green+Blue) = 32+196+33=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 196 (76.95% from 255 or 75.10% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 196 - color contains mainly: green. Hex color #20C421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C421 is #DF3BDE. Grayscale: #808080. Windows color (decimal): -14629855 or 2212896. OLE color: 2212896.
HSL color Cylindrical-coordinate representation of color #20C421: hue angle of 120.37º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C421 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 196 | 33 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.23 |
| HSL | 120.37º | 0.72% | 0.45% | - |
| HSV(B) | 120.37º | 0.84% | 0.77% | - |
| XYZ | 20.61 | 39.9 | 8.05 | - |
| YUV | 128.38 | 74.17 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 196 | 33 | 0.84 | 0 | 0.83 | 0.23 | 120.37 | 0.72 | 0.45 |
| Hex | 20 | C4 | 21 | 54 | 0 | 53 | 17 | 78 | 48 | 2D |
| Octal | 40 | 304 | 41 | 124 | 0 | 123 | 27 | 170 | 110 | 55 |
| Binary | 100000 | 11000100 | 100001 | 1010100 | 0 | 1010011 | 10111 | 1111000 | 1001000 | 101101 |
Color Harmonies of #20C421
Complementary color
Monochromatic Colors of #20C421
Black with #20C421
Text Example
Text Example
White with #20C421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C421; }
p { color: rgb(32,196,33); }
H1.HeaderClassName
{
color: #20C421;
}
.AnyTagClassName
{
color: #20C421;
}
</style>
background-color css
<style>
a { background-color: #20C421; }
a { background-color: rgb(32,196,33); }
div.DivClassName
{
background-color: #20C421;
}
.BgClassName
{
background-color: #20C421;
}
</style>
border-color css
<style>
span { border-color: #20C421; }
span { border-color: rgb(32,196,33); }
td.TdClassName
{
border-color: #20C421;
}
.TagClassName
{
border-color: #20C421;
}
</style>