Shades of Lime Green #34E536
Tints of Lime Green #34E536
RGB
CMYK
RGB Variations
Color information
#34E536 (or 0x34E536) is known color: Lime Green. HEX triplet: 34, E5 and 36. RGB value is (52,229,54). Sum of RGB (Red+Green+Blue) = 52+229+54=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 229 (89.84% from 255 or 68.36% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 229 - color contains mainly: green. Hex color #34E536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E536 is #CB1AC9. Grayscale: #9C9C9C. Windows color (decimal): -13310666 or 3597620. OLE color: 3597620.
HSL color Cylindrical-coordinate representation of color #34E536: hue angle of 120.68º 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 #34E536 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 229 | 54 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.10 |
| HSL | 120.68º | 0.77% | 0.55% | - |
| HSV(B) | 120.68º | 0.77% | 0.9% | - |
| XYZ | 30.1 | 57.04 | 12.91 | - |
| YUV | 156.13 | 70.36 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 229 | 54 | 0.77 | 0 | 0.76 | 0.10 | 120.68 | 0.77 | 0.55 |
| Hex | 34 | E5 | 36 | 4D | 0 | 4C | A | 79 | 4D | 37 |
| Octal | 64 | 345 | 66 | 115 | 0 | 114 | 12 | 171 | 115 | 67 |
| Binary | 110100 | 11100101 | 110110 | 1001101 | 0 | 1001100 | 1010 | 1111001 | 1001101 | 110111 |
Color Harmonies of #34E536
Complementary color
Monochromatic Colors of #34E536
Black with #34E536
Text Example
Text Example
White with #34E536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E536; }
p { color: rgb(52,229,54); }
H1.HeaderClassName
{
color: #34E536;
}
.AnyTagClassName
{
color: #34E536;
}
</style>
background-color css
<style>
a { background-color: #34E536; }
a { background-color: rgb(52,229,54); }
div.DivClassName
{
background-color: #34E536;
}
.BgClassName
{
background-color: #34E536;
}
</style>
border-color css
<style>
span { border-color: #34E536; }
span { border-color: rgb(52,229,54); }
td.TdClassName
{
border-color: #34E536;
}
.TagClassName
{
border-color: #34E536;
}
</style>