Shades of Lime Green #34EC47
Tints of Lime Green #34EC47
RGB
CMYK
RGB Variations
Color information
#34EC47 (or 0x34EC47) is known color: Lime Green. HEX triplet: 34, EC and 47. RGB value is (52,236,71). Sum of RGB (Red+Green+Blue) = 52+236+71=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 236 (92.58% from 255 or 65.74% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EC47 is #CB13B8. Grayscale: #A2A2A2. Windows color (decimal): -13308857 or 4713524. OLE color: 4713524.
HSL color Cylindrical-coordinate representation of color #34EC47: hue angle of 126.2º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EC47 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 71 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.07 |
| HSL | 126.2º | 0.83% | 0.56% | - |
| HSV(B) | 126.2º | 0.78% | 0.93% | - |
| XYZ | 32.55 | 61.18 | 16.05 | - |
| YUV | 162.17 | 76.54 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 71 | 0.78 | 0 | 0.70 | 0.07 | 126.2 | 0.83 | 0.56 |
| Hex | 34 | EC | 47 | 4E | 0 | 46 | 7 | 7E | 53 | 38 |
| Octal | 64 | 354 | 107 | 116 | 0 | 106 | 7 | 176 | 123 | 70 |
| Binary | 110100 | 11101100 | 1000111 | 1001110 | 0 | 1000110 | 111 | 1111110 | 1010011 | 111000 |
Color Harmonies of #34EC47
Complementary color
Monochromatic Colors of #34EC47
Black with #34EC47
Text Example
Text Example
White with #34EC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EC47; }
p { color: rgb(52,236,71); }
H1.HeaderClassName
{
color: #34EC47;
}
.AnyTagClassName
{
color: #34EC47;
}
</style>
background-color css
<style>
a { background-color: #34EC47; }
a { background-color: rgb(52,236,71); }
div.DivClassName
{
background-color: #34EC47;
}
.BgClassName
{
background-color: #34EC47;
}
</style>
border-color css
<style>
span { border-color: #34EC47; }
span { border-color: rgb(52,236,71); }
td.TdClassName
{
border-color: #34EC47;
}
.TagClassName
{
border-color: #34EC47;
}
</style>