Shades of Lime Green #20C12F
Tints of Lime Green #20C12F
RGB
CMYK
RGB Variations
Color information
#20C12F (or 0x20C12F) is known color: Lime Green. HEX triplet: 20, C1 and 2F. RGB value is (32,193,47). Sum of RGB (Red+Green+Blue) = 32+193+47=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 193 (75.78% from 255 or 70.96% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 193 - color contains mainly: green. Hex color #20C12F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C12F is #DF3ED0. Grayscale: #808080. Windows color (decimal): -14630609 or 3129632. OLE color: 3129632.
HSL color Cylindrical-coordinate representation of color #20C12F: hue angle of 125.59º 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 #20C12F is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 47 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.24 |
| HSL | 125.59º | 0.72% | 0.44% | - |
| HSV(B) | 125.59º | 0.83% | 0.76% | - |
| XYZ | 20.18 | 38.65 | 9.09 | - |
| YUV | 128.22 | 82.16 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 47 | 0.83 | 0 | 0.76 | 0.24 | 125.59 | 0.72 | 0.44 |
| Hex | 20 | C1 | 2F | 53 | 0 | 4C | 18 | 7E | 48 | 2C |
| Octal | 40 | 301 | 57 | 123 | 0 | 114 | 30 | 176 | 110 | 54 |
| Binary | 100000 | 11000001 | 101111 | 1010011 | 0 | 1001100 | 11000 | 1111110 | 1001000 | 101100 |
Color Harmonies of #20C12F
Complementary color
Monochromatic Colors of #20C12F
Black with #20C12F
Text Example
Text Example
White with #20C12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C12F; }
p { color: rgb(32,193,47); }
H1.HeaderClassName
{
color: #20C12F;
}
.AnyTagClassName
{
color: #20C12F;
}
</style>
background-color css
<style>
a { background-color: #20C12F; }
a { background-color: rgb(32,193,47); }
div.DivClassName
{
background-color: #20C12F;
}
.BgClassName
{
background-color: #20C12F;
}
</style>
border-color css
<style>
span { border-color: #20C12F; }
span { border-color: rgb(32,193,47); }
td.TdClassName
{
border-color: #20C12F;
}
.TagClassName
{
border-color: #20C12F;
}
</style>