Shades of Lime Green #20E438
Tints of Lime Green #20E438
RGB
CMYK
RGB Variations
Color information
#20E438 (or 0x20E438) is known color: Lime Green. HEX triplet: 20, E4 and 38. RGB value is (32,228,56). Sum of RGB (Red+Green+Blue) = 32+228+56=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 228 (89.45% from 255 or 72.15% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 228 - color contains mainly: green. Hex color #20E438 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E438 is #DF1BC7. Grayscale: #969696. Windows color (decimal): -14621640 or 3728416. OLE color: 3728416.
HSL color Cylindrical-coordinate representation of color #20E438: hue angle of 127.35º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E438 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 228 | 56 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.11 |
| HSL | 127.35º | 0.78% | 0.51% | - |
| HSV(B) | 127.35º | 0.86% | 0.89% | - |
| XYZ | 29.05 | 56.08 | 13.03 | - |
| YUV | 149.79 | 75.07 | 43.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 228 | 56 | 0.86 | 0 | 0.75 | 0.11 | 127.35 | 0.78 | 0.51 |
| Hex | 20 | E4 | 38 | 56 | 0 | 4B | B | 7F | 4E | 33 |
| Octal | 40 | 344 | 70 | 126 | 0 | 113 | 13 | 177 | 116 | 63 |
| Binary | 100000 | 11100100 | 111000 | 1010110 | 0 | 1001011 | 1011 | 1111111 | 1001110 | 110011 |
Color Harmonies of #20E438
Complementary color
Monochromatic Colors of #20E438
Black with #20E438
Text Example
Text Example
White with #20E438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E438; }
p { color: rgb(32,228,56); }
H1.HeaderClassName
{
color: #20E438;
}
.AnyTagClassName
{
color: #20E438;
}
</style>
background-color css
<style>
a { background-color: #20E438; }
a { background-color: rgb(32,228,56); }
div.DivClassName
{
background-color: #20E438;
}
.BgClassName
{
background-color: #20E438;
}
</style>
border-color css
<style>
span { border-color: #20E438; }
span { border-color: rgb(32,228,56); }
td.TdClassName
{
border-color: #20E438;
}
.TagClassName
{
border-color: #20E438;
}
</style>