Shades of Lime Green #34EC40
Tints of Lime Green #34EC40
RGB
CMYK
RGB Variations
Color information
#34EC40 (or 0x34EC40) is known color: Lime Green. HEX triplet: 34, EC and 40. RGB value is (52,236,64). Sum of RGB (Red+Green+Blue) = 52+236+64=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 236 (92.58% from 255 or 67.05% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EC40 is #CB13BF. Grayscale: #A1A1A1. Windows color (decimal): -13308864 or 4254772. OLE color: 4254772.
HSL color Cylindrical-coordinate representation of color #34EC40: hue angle of 123.91º 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 #34EC40 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 64 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.07 |
| HSL | 123.91º | 0.83% | 0.56% | - |
| HSV(B) | 123.91º | 0.78% | 0.93% | - |
| XYZ | 32.34 | 61.09 | 14.94 | - |
| YUV | 161.38 | 73.04 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 64 | 0.78 | 0 | 0.73 | 0.07 | 123.91 | 0.83 | 0.56 |
| Hex | 34 | EC | 40 | 4E | 0 | 49 | 7 | 7C | 53 | 38 |
| Octal | 64 | 354 | 100 | 116 | 0 | 111 | 7 | 174 | 123 | 70 |
| Binary | 110100 | 11101100 | 1000000 | 1001110 | 0 | 1001001 | 111 | 1111100 | 1010011 | 111000 |
Color Harmonies of #34EC40
Complementary color
Monochromatic Colors of #34EC40
Black with #34EC40
Text Example
Text Example
White with #34EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EC40; }
p { color: rgb(52,236,64); }
H1.HeaderClassName
{
color: #34EC40;
}
.AnyTagClassName
{
color: #34EC40;
}
</style>
background-color css
<style>
a { background-color: #34EC40; }
a { background-color: rgb(52,236,64); }
div.DivClassName
{
background-color: #34EC40;
}
.BgClassName
{
background-color: #34EC40;
}
</style>
border-color css
<style>
span { border-color: #34EC40; }
span { border-color: rgb(52,236,64); }
td.TdClassName
{
border-color: #34EC40;
}
.TagClassName
{
border-color: #34EC40;
}
</style>