Shades of Lime Green #34EC4B
Tints of Lime Green #34EC4B
RGB
CMYK
RGB Variations
Color information
#34EC4B (or 0x34EC4B) is known color: Lime Green. HEX triplet: 34, EC and 4B. RGB value is (52,236,75). Sum of RGB (Red+Green+Blue) = 52+236+75=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 236 (92.58% from 255 or 65.01% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EC4B is #CB13B4. Grayscale: #A3A3A3. Windows color (decimal): -13308853 or 4975668. OLE color: 4975668.
HSL color Cylindrical-coordinate representation of color #34EC4B: hue angle of 127.5º 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 #34EC4B is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 75 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.07 |
| HSL | 127.5º | 0.83% | 0.56% | - |
| HSV(B) | 127.5º | 0.78% | 0.93% | - |
| XYZ | 32.68 | 61.23 | 16.75 | - |
| YUV | 162.63 | 78.54 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 75 | 0.78 | 0 | 0.68 | 0.07 | 127.5 | 0.83 | 0.56 |
| Hex | 34 | EC | 4B | 4E | 0 | 44 | 7 | 80 | 53 | 38 |
| Octal | 64 | 354 | 113 | 116 | 0 | 104 | 7 | 200 | 123 | 70 |
| Binary | 110100 | 11101100 | 1001011 | 1001110 | 0 | 1000100 | 111 | 10000000 | 1010011 | 111000 |
Color Harmonies of #34EC4B
Complementary color
Monochromatic Colors of #34EC4B
Black with #34EC4B
Text Example
Text Example
White with #34EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EC4B; }
p { color: rgb(52,236,75); }
H1.HeaderClassName
{
color: #34EC4B;
}
.AnyTagClassName
{
color: #34EC4B;
}
</style>
background-color css
<style>
a { background-color: #34EC4B; }
a { background-color: rgb(52,236,75); }
div.DivClassName
{
background-color: #34EC4B;
}
.BgClassName
{
background-color: #34EC4B;
}
</style>
border-color css
<style>
span { border-color: #34EC4B; }
span { border-color: rgb(52,236,75); }
td.TdClassName
{
border-color: #34EC4B;
}
.TagClassName
{
border-color: #34EC4B;
}
</style>