Shades of Lime Green #20C22B
Tints of Lime Green #20C22B
RGB
CMYK
RGB Variations
Color information
#20C22B (or 0x20C22B) is known color: Lime Green. HEX triplet: 20, C2 and 2B. RGB value is (32,194,43). Sum of RGB (Red+Green+Blue) = 32+194+43=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 194 (76.17% from 255 or 72.12% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 194 - color contains mainly: green. Hex color #20C22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C22B is #DF3DD4. Grayscale: #808080. Windows color (decimal): -14630357 or 2867744. OLE color: 2867744.
HSL color Cylindrical-coordinate representation of color #20C22B: hue angle of 124.07º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C22B is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 194 | 43 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.24 |
| HSL | 124.07º | 0.72% | 0.44% | - |
| HSV(B) | 124.07º | 0.84% | 0.76% | - |
| XYZ | 20.32 | 39.07 | 8.75 | - |
| YUV | 128.35 | 79.83 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 43 | 0.84 | 0 | 0.78 | 0.24 | 124.07 | 0.72 | 0.44 |
| Hex | 20 | C2 | 2B | 54 | 0 | 4E | 18 | 7C | 48 | 2C |
| Octal | 40 | 302 | 53 | 124 | 0 | 116 | 30 | 174 | 110 | 54 |
| Binary | 100000 | 11000010 | 101011 | 1010100 | 0 | 1001110 | 11000 | 1111100 | 1001000 | 101100 |
Color Harmonies of #20C22B
Complementary color
Monochromatic Colors of #20C22B
Black with #20C22B
Text Example
Text Example
White with #20C22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C22B; }
p { color: rgb(32,194,43); }
H1.HeaderClassName
{
color: #20C22B;
}
.AnyTagClassName
{
color: #20C22B;
}
</style>
background-color css
<style>
a { background-color: #20C22B; }
a { background-color: rgb(32,194,43); }
div.DivClassName
{
background-color: #20C22B;
}
.BgClassName
{
background-color: #20C22B;
}
</style>
border-color css
<style>
span { border-color: #20C22B; }
span { border-color: rgb(32,194,43); }
td.TdClassName
{
border-color: #20C22B;
}
.TagClassName
{
border-color: #20C22B;
}
</style>