Shades of Lime Green #34EC43
Tints of Lime Green #34EC43
RGB
CMYK
RGB Variations
Color information
#34EC43 (or 0x34EC43) is known color: Lime Green. HEX triplet: 34, EC and 43. RGB value is (52,236,67). Sum of RGB (Red+Green+Blue) = 52+236+67=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 236 (92.58% from 255 or 66.48% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EC43 is #CB13BC. Grayscale: #A2A2A2. Windows color (decimal): -13308861 or 4451380. OLE color: 4451380.
HSL color Cylindrical-coordinate representation of color #34EC43: hue angle of 124.89º 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 #34EC43 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 67 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.07 |
| HSL | 124.89º | 0.83% | 0.56% | - |
| HSV(B) | 124.89º | 0.78% | 0.93% | - |
| XYZ | 32.42 | 61.13 | 15.4 | - |
| YUV | 161.72 | 74.54 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 67 | 0.78 | 0 | 0.72 | 0.07 | 124.89 | 0.83 | 0.56 |
| Hex | 34 | EC | 43 | 4E | 0 | 48 | 7 | 7D | 53 | 38 |
| Octal | 64 | 354 | 103 | 116 | 0 | 110 | 7 | 175 | 123 | 70 |
| Binary | 110100 | 11101100 | 1000011 | 1001110 | 0 | 1001000 | 111 | 1111101 | 1010011 | 111000 |
Color Harmonies of #34EC43
Complementary color
Monochromatic Colors of #34EC43
Black with #34EC43
Text Example
Text Example
White with #34EC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EC43; }
p { color: rgb(52,236,67); }
H1.HeaderClassName
{
color: #34EC43;
}
.AnyTagClassName
{
color: #34EC43;
}
</style>
background-color css
<style>
a { background-color: #34EC43; }
a { background-color: rgb(52,236,67); }
div.DivClassName
{
background-color: #34EC43;
}
.BgClassName
{
background-color: #34EC43;
}
</style>
border-color css
<style>
span { border-color: #34EC43; }
span { border-color: rgb(52,236,67); }
td.TdClassName
{
border-color: #34EC43;
}
.TagClassName
{
border-color: #34EC43;
}
</style>