Shades of Lime Green #20C63C
Tints of Lime Green #20C63C
RGB
CMYK
RGB Variations
Color information
#20C63C (or 0x20C63C) is known color: Lime Green. HEX triplet: 20, C6 and 3C. RGB value is (32,198,60). Sum of RGB (Red+Green+Blue) = 32+198+60=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 198 (77.73% from 255 or 68.28% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 198 - color contains mainly: green. Hex color #20C63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C63C is #DF39C3. Grayscale: #858585. Windows color (decimal): -14629316 or 3982880. OLE color: 3982880.
HSL color Cylindrical-coordinate representation of color #20C63C: hue angle of 130.12º 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 #20C63C is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 198 | 60 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.22 |
| HSL | 130.12º | 0.72% | 0.45% | - |
| HSV(B) | 130.12º | 0.84% | 0.78% | - |
| XYZ | 21.61 | 41.02 | 11.05 | - |
| YUV | 132.63 | 87 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 198 | 60 | 0.84 | 0 | 0.70 | 0.22 | 130.12 | 0.72 | 0.45 |
| Hex | 20 | C6 | 3C | 54 | 0 | 46 | 16 | 82 | 48 | 2D |
| Octal | 40 | 306 | 74 | 124 | 0 | 106 | 26 | 202 | 110 | 55 |
| Binary | 100000 | 11000110 | 111100 | 1010100 | 0 | 1000110 | 10110 | 10000010 | 1001000 | 101101 |
Color Harmonies of #20C63C
Complementary color
Monochromatic Colors of #20C63C
Black with #20C63C
Text Example
Text Example
White with #20C63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C63C; }
p { color: rgb(32,198,60); }
H1.HeaderClassName
{
color: #20C63C;
}
.AnyTagClassName
{
color: #20C63C;
}
</style>
background-color css
<style>
a { background-color: #20C63C; }
a { background-color: rgb(32,198,60); }
div.DivClassName
{
background-color: #20C63C;
}
.BgClassName
{
background-color: #20C63C;
}
</style>
border-color css
<style>
span { border-color: #20C63C; }
span { border-color: rgb(32,198,60); }
td.TdClassName
{
border-color: #20C63C;
}
.TagClassName
{
border-color: #20C63C;
}
</style>