Shades of Lime Green #34EC20
Tints of Lime Green #34EC20
RGB
CMYK
RGB Variations
Color information
#34EC20 (or 0x34EC20) is known color: Lime Green. HEX triplet: 34, EC and 20. RGB value is (52,236,32). Sum of RGB (Red+Green+Blue) = 52+236+32=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 236 (92.58% from 255 or 73.75% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EC20 is #CB13DF. Grayscale: #9E9E9E. Windows color (decimal): -13308896 or 2157620. OLE color: 2157620.
HSL color Cylindrical-coordinate representation of color #34EC20: hue angle of 114.12º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34EC20 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 32 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.07 |
| HSL | 114.12º | 0.84% | 0.53% | - |
| HSV(B) | 114.12º | 0.86% | 0.93% | - |
| XYZ | 31.67 | 60.83 | 11.44 | - |
| YUV | 157.73 | 57.04 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 32 | 0.78 | 0 | 0.86 | 0.07 | 114.12 | 0.84 | 0.53 |
| Hex | 34 | EC | 20 | 4E | 0 | 56 | 7 | 72 | 54 | 35 |
| Octal | 64 | 354 | 40 | 116 | 0 | 126 | 7 | 162 | 124 | 65 |
| Binary | 110100 | 11101100 | 100000 | 1001110 | 0 | 1010110 | 111 | 1110010 | 1010100 | 110101 |
Color Harmonies of #34EC20
Complementary color
Monochromatic Colors of #34EC20
Black with #34EC20
Text Example
Text Example
White with #34EC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EC20; }
p { color: rgb(52,236,32); }
H1.HeaderClassName
{
color: #34EC20;
}
.AnyTagClassName
{
color: #34EC20;
}
</style>
background-color css
<style>
a { background-color: #34EC20; }
a { background-color: rgb(52,236,32); }
div.DivClassName
{
background-color: #34EC20;
}
.BgClassName
{
background-color: #34EC20;
}
</style>
border-color css
<style>
span { border-color: #34EC20; }
span { border-color: rgb(52,236,32); }
td.TdClassName
{
border-color: #34EC20;
}
.TagClassName
{
border-color: #34EC20;
}
</style>