Shades of Lime Green #20E92D
Tints of Lime Green #20E92D
RGB
CMYK
RGB Variations
Color information
#20E92D (or 0x20E92D) is known color: Lime Green. HEX triplet: 20, E9 and 2D. RGB value is (32,233,45). Sum of RGB (Red+Green+Blue) = 32+233+45=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 233 (91.41% from 255 or 75.16% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 233 - color contains mainly: green. Hex color #20E92D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20E92D is #DF16D2. Grayscale: #989898. Windows color (decimal): -14620371 or 3008800. OLE color: 3008800.
HSL color Cylindrical-coordinate representation of color #20E92D: hue angle of 123.88º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E92D is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 233 | 45 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.09 |
| HSL | 123.88º | 0.82% | 0.52% | - |
| HSV(B) | 123.88º | 0.86% | 0.91% | - |
| XYZ | 30.21 | 58.77 | 12.24 | - |
| YUV | 151.47 | 67.91 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 233 | 45 | 0.86 | 0 | 0.81 | 0.09 | 123.88 | 0.82 | 0.52 |
| Hex | 20 | E9 | 2D | 56 | 0 | 51 | 9 | 7C | 52 | 34 |
| Octal | 40 | 351 | 55 | 126 | 0 | 121 | 11 | 174 | 122 | 64 |
| Binary | 100000 | 11101001 | 101101 | 1010110 | 0 | 1010001 | 1001 | 1111100 | 1010010 | 110100 |
Color Harmonies of #20E92D
Complementary color
Monochromatic Colors of #20E92D
Black with #20E92D
Text Example
Text Example
White with #20E92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E92D; }
p { color: rgb(32,233,45); }
H1.HeaderClassName
{
color: #20E92D;
}
.AnyTagClassName
{
color: #20E92D;
}
</style>
background-color css
<style>
a { background-color: #20E92D; }
a { background-color: rgb(32,233,45); }
div.DivClassName
{
background-color: #20E92D;
}
.BgClassName
{
background-color: #20E92D;
}
</style>
border-color css
<style>
span { border-color: #20E92D; }
span { border-color: rgb(32,233,45); }
td.TdClassName
{
border-color: #20E92D;
}
.TagClassName
{
border-color: #20E92D;
}
</style>