Shades of Lime Green #20C32C
Tints of Lime Green #20C32C
RGB
CMYK
RGB Variations
Color information
#20C32C (or 0x20C32C) is known color: Lime Green. HEX triplet: 20, C3 and 2C. RGB value is (32,195,44). Sum of RGB (Red+Green+Blue) = 32+195+44=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 195 (76.56% from 255 or 71.96% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 195 - color contains mainly: green. Hex color #20C32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C32C is #DF3CD3. Grayscale: #818181. Windows color (decimal): -14630100 or 2933536. OLE color: 2933536.
HSL color Cylindrical-coordinate representation of color #20C32C: hue angle of 124.42º 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 #20C32C is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 195 | 44 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.24 |
| HSL | 124.42º | 0.72% | 0.45% | - |
| HSV(B) | 124.42º | 0.84% | 0.76% | - |
| XYZ | 20.57 | 39.52 | 8.93 | - |
| YUV | 129.05 | 80 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 195 | 44 | 0.84 | 0 | 0.77 | 0.24 | 124.42 | 0.72 | 0.45 |
| Hex | 20 | C3 | 2C | 54 | 0 | 4D | 18 | 7C | 48 | 2D |
| Octal | 40 | 303 | 54 | 124 | 0 | 115 | 30 | 174 | 110 | 55 |
| Binary | 100000 | 11000011 | 101100 | 1010100 | 0 | 1001101 | 11000 | 1111100 | 1001000 | 101101 |
Color Harmonies of #20C32C
Complementary color
Monochromatic Colors of #20C32C
Black with #20C32C
Text Example
Text Example
White with #20C32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C32C; }
p { color: rgb(32,195,44); }
H1.HeaderClassName
{
color: #20C32C;
}
.AnyTagClassName
{
color: #20C32C;
}
</style>
background-color css
<style>
a { background-color: #20C32C; }
a { background-color: rgb(32,195,44); }
div.DivClassName
{
background-color: #20C32C;
}
.BgClassName
{
background-color: #20C32C;
}
</style>
border-color css
<style>
span { border-color: #20C32C; }
span { border-color: rgb(32,195,44); }
td.TdClassName
{
border-color: #20C32C;
}
.TagClassName
{
border-color: #20C32C;
}
</style>