Shades of Lime Green #20C12E
Tints of Lime Green #20C12E
RGB
CMYK
RGB Variations
Color information
#20C12E (or 0x20C12E) is known color: Lime Green. HEX triplet: 20, C1 and 2E. RGB value is (32,193,46). Sum of RGB (Red+Green+Blue) = 32+193+46=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 193 (75.78% from 255 or 71.22% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 193 - color contains mainly: green. Hex color #20C12E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C12E is #DF3ED1. Grayscale: #808080. Windows color (decimal): -14630610 or 3064096. OLE color: 3064096.
HSL color Cylindrical-coordinate representation of color #20C12E: hue angle of 125.22º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C12E is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 46 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.24 |
| HSL | 125.22º | 0.72% | 0.44% | - |
| HSV(B) | 125.22º | 0.83% | 0.76% | - |
| XYZ | 20.16 | 38.64 | 8.98 | - |
| YUV | 128.1 | 81.66 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 46 | 0.83 | 0 | 0.76 | 0.24 | 125.22 | 0.72 | 0.44 |
| Hex | 20 | C1 | 2E | 53 | 0 | 4C | 18 | 7D | 48 | 2C |
| Octal | 40 | 301 | 56 | 123 | 0 | 114 | 30 | 175 | 110 | 54 |
| Binary | 100000 | 11000001 | 101110 | 1010011 | 0 | 1001100 | 11000 | 1111101 | 1001000 | 101100 |
Color Harmonies of #20C12E
Complementary color
Monochromatic Colors of #20C12E
Black with #20C12E
Text Example
Text Example
White with #20C12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C12E; }
p { color: rgb(32,193,46); }
H1.HeaderClassName
{
color: #20C12E;
}
.AnyTagClassName
{
color: #20C12E;
}
</style>
background-color css
<style>
a { background-color: #20C12E; }
a { background-color: rgb(32,193,46); }
div.DivClassName
{
background-color: #20C12E;
}
.BgClassName
{
background-color: #20C12E;
}
</style>
border-color css
<style>
span { border-color: #20C12E; }
span { border-color: rgb(32,193,46); }
td.TdClassName
{
border-color: #20C12E;
}
.TagClassName
{
border-color: #20C12E;
}
</style>