Shades of Lime Green #20EC2D
Tints of Lime Green #20EC2D
RGB
CMYK
RGB Variations
Color information
#20EC2D (or 0x20EC2D) is known color: Lime Green. HEX triplet: 20, EC and 2D. RGB value is (32,236,45). Sum of RGB (Red+Green+Blue) = 32+236+45=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 236 (92.58% from 255 or 75.40% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 236 - color contains mainly: green. Hex color #20EC2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20EC2D is #DF13D2. Grayscale: #999999. Windows color (decimal): -14619603 or 3009568. OLE color: 3009568.
HSL color Cylindrical-coordinate representation of color #20EC2D: hue angle of 123.82º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20EC2D is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 236 | 45 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.07 |
| HSL | 123.82º | 0.84% | 0.53% | - |
| HSV(B) | 123.82º | 0.86% | 0.93% | - |
| XYZ | 31.06 | 60.49 | 12.52 | - |
| YUV | 153.23 | 66.91 | 41.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 236 | 45 | 0.86 | 0 | 0.81 | 0.07 | 123.82 | 0.84 | 0.53 |
| Hex | 20 | EC | 2D | 56 | 0 | 51 | 7 | 7C | 54 | 35 |
| Octal | 40 | 354 | 55 | 126 | 0 | 121 | 7 | 174 | 124 | 65 |
| Binary | 100000 | 11101100 | 101101 | 1010110 | 0 | 1010001 | 111 | 1111100 | 1010100 | 110101 |
Color Harmonies of #20EC2D
Complementary color
Monochromatic Colors of #20EC2D
Black with #20EC2D
Text Example
Text Example
White with #20EC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20EC2D; }
p { color: rgb(32,236,45); }
H1.HeaderClassName
{
color: #20EC2D;
}
.AnyTagClassName
{
color: #20EC2D;
}
</style>
background-color css
<style>
a { background-color: #20EC2D; }
a { background-color: rgb(32,236,45); }
div.DivClassName
{
background-color: #20EC2D;
}
.BgClassName
{
background-color: #20EC2D;
}
</style>
border-color css
<style>
span { border-color: #20EC2D; }
span { border-color: rgb(32,236,45); }
td.TdClassName
{
border-color: #20EC2D;
}
.TagClassName
{
border-color: #20EC2D;
}
</style>