Shades of Lime Green #20ED37
Tints of Lime Green #20ED37
RGB
CMYK
RGB Variations
Color information
#20ED37 (or 0x20ED37) is known color: Lime Green. HEX triplet: 20, ED and 37. RGB value is (32,237,55). Sum of RGB (Red+Green+Blue) = 32+237+55=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 237 (92.97% from 255 or 73.15% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 237 - color contains mainly: green. Hex color #20ED37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20ED37 is #DF12C8. Grayscale: #9B9B9B. Windows color (decimal): -14619337 or 3665184. OLE color: 3665184.
HSL color Cylindrical-coordinate representation of color #20ED37: hue angle of 126.73º degrees, saturation: 0.85, 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 #20ED37 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 237 | 55 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.07 |
| HSL | 126.73º | 0.85% | 0.53% | - |
| HSV(B) | 126.73º | 0.86% | 0.93% | - |
| XYZ | 31.57 | 61.15 | 13.75 | - |
| YUV | 154.96 | 71.58 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 237 | 55 | 0.86 | 0 | 0.77 | 0.07 | 126.73 | 0.85 | 0.53 |
| Hex | 20 | ED | 37 | 56 | 0 | 4D | 7 | 7F | 55 | 35 |
| Octal | 40 | 355 | 67 | 126 | 0 | 115 | 7 | 177 | 125 | 65 |
| Binary | 100000 | 11101101 | 110111 | 1010110 | 0 | 1001101 | 111 | 1111111 | 1010101 | 110101 |
Color Harmonies of #20ED37
Complementary color
Monochromatic Colors of #20ED37
Black with #20ED37
Text Example
Text Example
White with #20ED37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ED37; }
p { color: rgb(32,237,55); }
H1.HeaderClassName
{
color: #20ED37;
}
.AnyTagClassName
{
color: #20ED37;
}
</style>
background-color css
<style>
a { background-color: #20ED37; }
a { background-color: rgb(32,237,55); }
div.DivClassName
{
background-color: #20ED37;
}
.BgClassName
{
background-color: #20ED37;
}
</style>
border-color css
<style>
span { border-color: #20ED37; }
span { border-color: rgb(32,237,55); }
td.TdClassName
{
border-color: #20ED37;
}
.TagClassName
{
border-color: #20ED37;
}
</style>