Shades of Lime Green #34E534
Tints of Lime Green #34E534
RGB
CMYK
RGB Variations
Color information
#34E534 (or 0x34E534) is known color: Lime Green. HEX triplet: 34, E5 and 34. RGB value is (52,229,52). Sum of RGB (Red+Green+Blue) = 52+229+52=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 229 (89.84% from 255 or 68.77% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 229 - color contains mainly: green. Hex color #34E534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E534 is #CB1ACB. Grayscale: #9C9C9C. Windows color (decimal): -13310668 or 3466548. OLE color: 3466548.
HSL color Cylindrical-coordinate representation of color #34E534: hue angle of 120º 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 #34E534 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 229 | 52 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.10 |
| HSL | 120º | 0.77% | 0.55% | - |
| HSV(B) | 120º | 0.77% | 0.9% | - |
| XYZ | 30.06 | 57.02 | 12.67 | - |
| YUV | 155.9 | 69.36 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 229 | 52 | 0.77 | 0 | 0.77 | 0.10 | 120 | 0.77 | 0.55 |
| Hex | 34 | E5 | 34 | 4D | 0 | 4D | A | 78 | 4D | 37 |
| Octal | 64 | 345 | 64 | 115 | 0 | 115 | 12 | 170 | 115 | 67 |
| Binary | 110100 | 11100101 | 110100 | 1001101 | 0 | 1001101 | 1010 | 1111000 | 1001101 | 110111 |
Color Harmonies of #34E534
Complementary color
Monochromatic Colors of #34E534
Black with #34E534
Text Example
Text Example
White with #34E534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E534; }
p { color: rgb(52,229,52); }
H1.HeaderClassName
{
color: #34E534;
}
.AnyTagClassName
{
color: #34E534;
}
</style>
background-color css
<style>
a { background-color: #34E534; }
a { background-color: rgb(52,229,52); }
div.DivClassName
{
background-color: #34E534;
}
.BgClassName
{
background-color: #34E534;
}
</style>
border-color css
<style>
span { border-color: #34E534; }
span { border-color: rgb(52,229,52); }
td.TdClassName
{
border-color: #34E534;
}
.TagClassName
{
border-color: #34E534;
}
</style>