Shades of Lime Green #34EC42
Tints of Lime Green #34EC42
RGB
CMYK
RGB Variations
Color information
#34EC42 (or 0x34EC42) is known color: Lime Green. HEX triplet: 34, EC and 42. RGB value is (52,236,66). Sum of RGB (Red+Green+Blue) = 52+236+66=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 236 (92.58% from 255 or 66.67% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EC42 is #CB13BD. Grayscale: #A2A2A2. Windows color (decimal): -13308862 or 4385844. OLE color: 4385844.
HSL color Cylindrical-coordinate representation of color #34EC42: hue angle of 124.57º 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 #34EC42 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 66 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.07 |
| HSL | 124.57º | 0.83% | 0.56% | - |
| HSV(B) | 124.57º | 0.78% | 0.93% | - |
| XYZ | 32.4 | 61.11 | 15.24 | - |
| YUV | 161.6 | 74.04 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 66 | 0.78 | 0 | 0.72 | 0.07 | 124.57 | 0.83 | 0.56 |
| Hex | 34 | EC | 42 | 4E | 0 | 48 | 7 | 7D | 53 | 38 |
| Octal | 64 | 354 | 102 | 116 | 0 | 110 | 7 | 175 | 123 | 70 |
| Binary | 110100 | 11101100 | 1000010 | 1001110 | 0 | 1001000 | 111 | 1111101 | 1010011 | 111000 |
Color Harmonies of #34EC42
Complementary color
Monochromatic Colors of #34EC42
Black with #34EC42
Text Example
Text Example
White with #34EC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EC42; }
p { color: rgb(52,236,66); }
H1.HeaderClassName
{
color: #34EC42;
}
.AnyTagClassName
{
color: #34EC42;
}
</style>
background-color css
<style>
a { background-color: #34EC42; }
a { background-color: rgb(52,236,66); }
div.DivClassName
{
background-color: #34EC42;
}
.BgClassName
{
background-color: #34EC42;
}
</style>
border-color css
<style>
span { border-color: #34EC42; }
span { border-color: rgb(52,236,66); }
td.TdClassName
{
border-color: #34EC42;
}
.TagClassName
{
border-color: #34EC42;
}
</style>