Shades of Lime Green #20E62C
Tints of Lime Green #20E62C
RGB
CMYK
RGB Variations
Color information
#20E62C (or 0x20E62C) is known color: Lime Green. HEX triplet: 20, E6 and 2C. RGB value is (32,230,44). Sum of RGB (Red+Green+Blue) = 32+230+44=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 230 (90.23% from 255 or 75.16% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 230 - color contains mainly: green. Hex color #20E62C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20E62C is #DF19D3. Grayscale: #969696. Windows color (decimal): -14621140 or 2942496. OLE color: 2942496.
HSL color Cylindrical-coordinate representation of color #20E62C: hue angle of 123.64º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E62C is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 230 | 44 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.10 |
| HSL | 123.64º | 0.8% | 0.51% | - |
| HSV(B) | 123.64º | 0.86% | 0.9% | - |
| XYZ | 29.35 | 57.08 | 11.85 | - |
| YUV | 149.59 | 68.4 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 230 | 44 | 0.86 | 0 | 0.81 | 0.10 | 123.64 | 0.8 | 0.51 |
| Hex | 20 | E6 | 2C | 56 | 0 | 51 | A | 7C | 50 | 33 |
| Octal | 40 | 346 | 54 | 126 | 0 | 121 | 12 | 174 | 120 | 63 |
| Binary | 100000 | 11100110 | 101100 | 1010110 | 0 | 1010001 | 1010 | 1111100 | 1010000 | 110011 |
Color Harmonies of #20E62C
Complementary color
Monochromatic Colors of #20E62C
Black with #20E62C
Text Example
Text Example
White with #20E62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E62C; }
p { color: rgb(32,230,44); }
H1.HeaderClassName
{
color: #20E62C;
}
.AnyTagClassName
{
color: #20E62C;
}
</style>
background-color css
<style>
a { background-color: #20E62C; }
a { background-color: rgb(32,230,44); }
div.DivClassName
{
background-color: #20E62C;
}
.BgClassName
{
background-color: #20E62C;
}
</style>
border-color css
<style>
span { border-color: #20E62C; }
span { border-color: rgb(32,230,44); }
td.TdClassName
{
border-color: #20E62C;
}
.TagClassName
{
border-color: #20E62C;
}
</style>