Shades of Lime Green #20DE2B
Tints of Lime Green #20DE2B
RGB
CMYK
RGB Variations
Color information
#20DE2B (or 0x20DE2B) is known color: Lime Green. HEX triplet: 20, DE and 2B. RGB value is (32,222,43). Sum of RGB (Red+Green+Blue) = 32+222+43=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 222 (87.11% from 255 or 74.75% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 222 - color contains mainly: green. Hex color #20DE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DE2B is #DF21D4. Grayscale: #919191. Windows color (decimal): -14623189 or 2874912. OLE color: 2874912.
HSL color Cylindrical-coordinate representation of color #20DE2B: hue angle of 123.47º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DE2B is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 222 | 43 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.13 |
| HSL | 123.47º | 0.75% | 0.5% | - |
| HSV(B) | 123.47º | 0.86% | 0.87% | - |
| XYZ | 27.15 | 52.72 | 11.03 | - |
| YUV | 144.78 | 70.55 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 222 | 43 | 0.86 | 0 | 0.81 | 0.13 | 123.47 | 0.75 | 0.5 |
| Hex | 20 | DE | 2B | 56 | 0 | 51 | D | 7B | 4B | 32 |
| Octal | 40 | 336 | 53 | 126 | 0 | 121 | 15 | 173 | 113 | 62 |
| Binary | 100000 | 11011110 | 101011 | 1010110 | 0 | 1010001 | 1101 | 1111011 | 1001011 | 110010 |
Color Harmonies of #20DE2B
Complementary color
Monochromatic Colors of #20DE2B
Black with #20DE2B
Text Example
Text Example
White with #20DE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DE2B; }
p { color: rgb(32,222,43); }
H1.HeaderClassName
{
color: #20DE2B;
}
.AnyTagClassName
{
color: #20DE2B;
}
</style>
background-color css
<style>
a { background-color: #20DE2B; }
a { background-color: rgb(32,222,43); }
div.DivClassName
{
background-color: #20DE2B;
}
.BgClassName
{
background-color: #20DE2B;
}
</style>
border-color css
<style>
span { border-color: #20DE2B; }
span { border-color: rgb(32,222,43); }
td.TdClassName
{
border-color: #20DE2B;
}
.TagClassName
{
border-color: #20DE2B;
}
</style>