Shades of Lime Green #20C12B
Tints of Lime Green #20C12B
RGB
CMYK
RGB Variations
Color information
#20C12B (or 0x20C12B) is known color: Lime Green. HEX triplet: 20, C1 and 2B. RGB value is (32,193,43). Sum of RGB (Red+Green+Blue) = 32+193+43=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 193 (75.78% from 255 or 72.01% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 193 - color contains mainly: green. Hex color #20C12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C12B is #DF3ED4. Grayscale: #808080. Windows color (decimal): -14630613 or 2867488. OLE color: 2867488.
HSL color Cylindrical-coordinate representation of color #20C12B: hue angle of 124.1º 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 #20C12B is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 43 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.24 |
| HSL | 124.1º | 0.72% | 0.44% | - |
| HSV(B) | 124.1º | 0.83% | 0.76% | - |
| XYZ | 20.1 | 38.62 | 8.68 | - |
| YUV | 127.76 | 80.16 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 43 | 0.83 | 0 | 0.78 | 0.24 | 124.1 | 0.72 | 0.44 |
| Hex | 20 | C1 | 2B | 53 | 0 | 4E | 18 | 7C | 48 | 2C |
| Octal | 40 | 301 | 53 | 123 | 0 | 116 | 30 | 174 | 110 | 54 |
| Binary | 100000 | 11000001 | 101011 | 1010011 | 0 | 1001110 | 11000 | 1111100 | 1001000 | 101100 |
Color Harmonies of #20C12B
Complementary color
Monochromatic Colors of #20C12B
Black with #20C12B
Text Example
Text Example
White with #20C12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C12B; }
p { color: rgb(32,193,43); }
H1.HeaderClassName
{
color: #20C12B;
}
.AnyTagClassName
{
color: #20C12B;
}
</style>
background-color css
<style>
a { background-color: #20C12B; }
a { background-color: rgb(32,193,43); }
div.DivClassName
{
background-color: #20C12B;
}
.BgClassName
{
background-color: #20C12B;
}
</style>
border-color css
<style>
span { border-color: #20C12B; }
span { border-color: rgb(32,193,43); }
td.TdClassName
{
border-color: #20C12B;
}
.TagClassName
{
border-color: #20C12B;
}
</style>