Shades of Lime Green #20C521
Tints of Lime Green #20C521
RGB
CMYK
RGB Variations
Color information
#20C521 (or 0x20C521) is known color: Lime Green. HEX triplet: 20, C5 and 21. RGB value is (32,197,33). Sum of RGB (Red+Green+Blue) = 32+197+33=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 197 (77.34% from 255 or 75.19% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 197 - color contains mainly: green. Hex color #20C521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C521 is #DF3ADE. Grayscale: #818181. Windows color (decimal): -14629599 or 2213152. OLE color: 2213152.
HSL color Cylindrical-coordinate representation of color #20C521: hue angle of 120.36º 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 #20C521 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 197 | 33 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.23 |
| HSL | 120.36º | 0.72% | 0.45% | - |
| HSV(B) | 120.36º | 0.84% | 0.77% | - |
| XYZ | 20.84 | 40.35 | 8.13 | - |
| YUV | 128.97 | 73.84 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 197 | 33 | 0.84 | 0 | 0.83 | 0.23 | 120.36 | 0.72 | 0.45 |
| Hex | 20 | C5 | 21 | 54 | 0 | 53 | 17 | 78 | 48 | 2D |
| Octal | 40 | 305 | 41 | 124 | 0 | 123 | 27 | 170 | 110 | 55 |
| Binary | 100000 | 11000101 | 100001 | 1010100 | 0 | 1010011 | 10111 | 1111000 | 1001000 | 101101 |
Color Harmonies of #20C521
Complementary color
Monochromatic Colors of #20C521
Black with #20C521
Text Example
Text Example
White with #20C521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C521; }
p { color: rgb(32,197,33); }
H1.HeaderClassName
{
color: #20C521;
}
.AnyTagClassName
{
color: #20C521;
}
</style>
background-color css
<style>
a { background-color: #20C521; }
a { background-color: rgb(32,197,33); }
div.DivClassName
{
background-color: #20C521;
}
.BgClassName
{
background-color: #20C521;
}
</style>
border-color css
<style>
span { border-color: #20C521; }
span { border-color: rgb(32,197,33); }
td.TdClassName
{
border-color: #20C521;
}
.TagClassName
{
border-color: #20C521;
}
</style>