Shades of Lime Green #20C322
Tints of Lime Green #20C322
RGB
CMYK
RGB Variations
Color information
#20C322 (or 0x20C322) is known color: Lime Green. HEX triplet: 20, C3 and 22. RGB value is (32,195,34). Sum of RGB (Red+Green+Blue) = 32+195+34=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 195 (76.56% from 255 or 74.71% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 195 - color contains mainly: green. Hex color #20C322 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C322 is #DF3CDD. Grayscale: #808080. Windows color (decimal): -14630110 or 2278176. OLE color: 2278176.
HSL color Cylindrical-coordinate representation of color #20C322: hue angle of 120.74º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C322 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 195 | 34 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.24 |
| HSL | 120.74º | 0.72% | 0.45% | - |
| HSV(B) | 120.74º | 0.84% | 0.76% | - |
| XYZ | 20.4 | 39.45 | 8.05 | - |
| YUV | 127.91 | 75 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 195 | 34 | 0.84 | 0 | 0.83 | 0.24 | 120.74 | 0.72 | 0.45 |
| Hex | 20 | C3 | 22 | 54 | 0 | 53 | 18 | 79 | 48 | 2D |
| Octal | 40 | 303 | 42 | 124 | 0 | 123 | 30 | 171 | 110 | 55 |
| Binary | 100000 | 11000011 | 100010 | 1010100 | 0 | 1010011 | 11000 | 1111001 | 1001000 | 101101 |
Color Harmonies of #20C322
Complementary color
Monochromatic Colors of #20C322
Black with #20C322
Text Example
Text Example
White with #20C322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C322; }
p { color: rgb(32,195,34); }
H1.HeaderClassName
{
color: #20C322;
}
.AnyTagClassName
{
color: #20C322;
}
</style>
background-color css
<style>
a { background-color: #20C322; }
a { background-color: rgb(32,195,34); }
div.DivClassName
{
background-color: #20C322;
}
.BgClassName
{
background-color: #20C322;
}
</style>
border-color css
<style>
span { border-color: #20C322; }
span { border-color: rgb(32,195,34); }
td.TdClassName
{
border-color: #20C322;
}
.TagClassName
{
border-color: #20C322;
}
</style>