Shades of Lime Green #20C62F
Tints of Lime Green #20C62F
RGB
CMYK
RGB Variations
Color information
#20C62F (or 0x20C62F) is known color: Lime Green. HEX triplet: 20, C6 and 2F. RGB value is (32,198,47). Sum of RGB (Red+Green+Blue) = 32+198+47=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 198 (77.73% from 255 or 71.48% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 198 - color contains mainly: green. Hex color #20C62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C62F is #DF39D0. Grayscale: #838383. Windows color (decimal): -14629329 or 3130912. OLE color: 3130912.
HSL color Cylindrical-coordinate representation of color #20C62F: hue angle of 125.42º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C62F is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 198 | 47 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.22 |
| HSL | 125.42º | 0.72% | 0.45% | - |
| HSV(B) | 125.42º | 0.84% | 0.78% | - |
| XYZ | 21.3 | 40.9 | 9.46 | - |
| YUV | 131.15 | 80.5 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 198 | 47 | 0.84 | 0 | 0.76 | 0.22 | 125.42 | 0.72 | 0.45 |
| Hex | 20 | C6 | 2F | 54 | 0 | 4C | 16 | 7D | 48 | 2D |
| Octal | 40 | 306 | 57 | 124 | 0 | 114 | 26 | 175 | 110 | 55 |
| Binary | 100000 | 11000110 | 101111 | 1010100 | 0 | 1001100 | 10110 | 1111101 | 1001000 | 101101 |
Color Harmonies of #20C62F
Complementary color
Monochromatic Colors of #20C62F
Black with #20C62F
Text Example
Text Example
White with #20C62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C62F; }
p { color: rgb(32,198,47); }
H1.HeaderClassName
{
color: #20C62F;
}
.AnyTagClassName
{
color: #20C62F;
}
</style>
background-color css
<style>
a { background-color: #20C62F; }
a { background-color: rgb(32,198,47); }
div.DivClassName
{
background-color: #20C62F;
}
.BgClassName
{
background-color: #20C62F;
}
</style>
border-color css
<style>
span { border-color: #20C62F; }
span { border-color: rgb(32,198,47); }
td.TdClassName
{
border-color: #20C62F;
}
.TagClassName
{
border-color: #20C62F;
}
</style>