Shades of Lime Green #20E334
Tints of Lime Green #20E334
RGB
CMYK
RGB Variations
Color information
#20E334 (or 0x20E334) is known color: Lime Green. HEX triplet: 20, E3 and 34. RGB value is (32,227,52). Sum of RGB (Red+Green+Blue) = 32+227+52=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 227 (89.06% from 255 or 72.99% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 227 - color contains mainly: green. Hex color #20E334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E334 is #DF1CCB. Grayscale: #959595. Windows color (decimal): -14621900 or 3466016. OLE color: 3466016.
HSL color Cylindrical-coordinate representation of color #20E334: hue angle of 126.15º 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 #20E334 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 227 | 52 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.11 |
| HSL | 126.15º | 0.78% | 0.51% | - |
| HSV(B) | 126.15º | 0.86% | 0.89% | - |
| XYZ | 28.68 | 55.49 | 12.45 | - |
| YUV | 148.75 | 73.4 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 227 | 52 | 0.86 | 0 | 0.77 | 0.11 | 126.15 | 0.78 | 0.51 |
| Hex | 20 | E3 | 34 | 56 | 0 | 4D | B | 7E | 4E | 33 |
| Octal | 40 | 343 | 64 | 126 | 0 | 115 | 13 | 176 | 116 | 63 |
| Binary | 100000 | 11100011 | 110100 | 1010110 | 0 | 1001101 | 1011 | 1111110 | 1001110 | 110011 |
Color Harmonies of #20E334
Complementary color
Monochromatic Colors of #20E334
Black with #20E334
Text Example
Text Example
White with #20E334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E334; }
p { color: rgb(32,227,52); }
H1.HeaderClassName
{
color: #20E334;
}
.AnyTagClassName
{
color: #20E334;
}
</style>
background-color css
<style>
a { background-color: #20E334; }
a { background-color: rgb(32,227,52); }
div.DivClassName
{
background-color: #20E334;
}
.BgClassName
{
background-color: #20E334;
}
</style>
border-color css
<style>
span { border-color: #20E334; }
span { border-color: rgb(32,227,52); }
td.TdClassName
{
border-color: #20E334;
}
.TagClassName
{
border-color: #20E334;
}
</style>