Shades of Lime Green #20E734
Tints of Lime Green #20E734
RGB
CMYK
RGB Variations
Color information
#20E734 (or 0x20E734) is known color: Lime Green. HEX triplet: 20, E7 and 34. RGB value is (32,231,52). Sum of RGB (Red+Green+Blue) = 32+231+52=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 231 (90.62% from 255 or 73.33% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 231 - color contains mainly: green. Hex color #20E734 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20E734 is #DF18CB. Grayscale: #979797. Windows color (decimal): -14620876 or 3467040. OLE color: 3467040.
HSL color Cylindrical-coordinate representation of color #20E734: hue angle of 126.03º degrees, saturation: 0.81, 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 #20E734 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 231 | 52 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.09 |
| HSL | 126.03º | 0.81% | 0.52% | - |
| HSV(B) | 126.03º | 0.86% | 0.91% | - |
| XYZ | 29.79 | 57.71 | 12.82 | - |
| YUV | 151.09 | 72.07 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 231 | 52 | 0.86 | 0 | 0.77 | 0.09 | 126.03 | 0.81 | 0.52 |
| Hex | 20 | E7 | 34 | 56 | 0 | 4D | 9 | 7E | 51 | 34 |
| Octal | 40 | 347 | 64 | 126 | 0 | 115 | 11 | 176 | 121 | 64 |
| Binary | 100000 | 11100111 | 110100 | 1010110 | 0 | 1001101 | 1001 | 1111110 | 1010001 | 110100 |
Color Harmonies of #20E734
Complementary color
Monochromatic Colors of #20E734
Black with #20E734
Text Example
Text Example
White with #20E734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E734; }
p { color: rgb(32,231,52); }
H1.HeaderClassName
{
color: #20E734;
}
.AnyTagClassName
{
color: #20E734;
}
</style>
background-color css
<style>
a { background-color: #20E734; }
a { background-color: rgb(32,231,52); }
div.DivClassName
{
background-color: #20E734;
}
.BgClassName
{
background-color: #20E734;
}
</style>
border-color css
<style>
span { border-color: #20E734; }
span { border-color: rgb(32,231,52); }
td.TdClassName
{
border-color: #20E734;
}
.TagClassName
{
border-color: #20E734;
}
</style>