Shades of Lime Green #34E540
Tints of Lime Green #34E540
RGB
CMYK
RGB Variations
Color information
#34E540 (or 0x34E540) is known color: Lime Green. HEX triplet: 34, E5 and 40. RGB value is (52,229,64). Sum of RGB (Red+Green+Blue) = 52+229+64=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 229 (89.84% from 255 or 66.38% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 229 - color contains mainly: green. Hex color #34E540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E540 is #CB1ABF. Grayscale: #9D9D9D. Windows color (decimal): -13310656 or 4252980. OLE color: 4252980.
HSL color Cylindrical-coordinate representation of color #34E540: hue angle of 124.07º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E540 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 229 | 64 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.10 |
| HSL | 124.07º | 0.77% | 0.55% | - |
| HSV(B) | 124.07º | 0.77% | 0.9% | - |
| XYZ | 30.36 | 57.14 | 14.28 | - |
| YUV | 157.27 | 75.36 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 229 | 64 | 0.77 | 0 | 0.72 | 0.10 | 124.07 | 0.77 | 0.55 |
| Hex | 34 | E5 | 40 | 4D | 0 | 48 | A | 7C | 4D | 37 |
| Octal | 64 | 345 | 100 | 115 | 0 | 110 | 12 | 174 | 115 | 67 |
| Binary | 110100 | 11100101 | 1000000 | 1001101 | 0 | 1001000 | 1010 | 1111100 | 1001101 | 110111 |
Color Harmonies of #34E540
Complementary color
Monochromatic Colors of #34E540
Black with #34E540
Text Example
Text Example
White with #34E540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E540; }
p { color: rgb(52,229,64); }
H1.HeaderClassName
{
color: #34E540;
}
.AnyTagClassName
{
color: #34E540;
}
</style>
background-color css
<style>
a { background-color: #34E540; }
a { background-color: rgb(52,229,64); }
div.DivClassName
{
background-color: #34E540;
}
.BgClassName
{
background-color: #34E540;
}
</style>
border-color css
<style>
span { border-color: #34E540; }
span { border-color: rgb(52,229,64); }
td.TdClassName
{
border-color: #34E540;
}
.TagClassName
{
border-color: #34E540;
}
</style>