Shades of Lime Green #34E554
Tints of Lime Green #34E554
RGB
CMYK
RGB Variations
Color information
#34E554 (or 0x34E554) is known color: Lime Green. HEX triplet: 34, E5 and 54. RGB value is (52,229,84). Sum of RGB (Red+Green+Blue) = 52+229+84=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 229 (89.84% from 255 or 62.74% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 229 - color contains mainly: green. Hex color #34E554 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E554 is #CB1AAB. Grayscale: #9F9F9F. Windows color (decimal): -13310636 or 5563700. OLE color: 5563700.
HSL color Cylindrical-coordinate representation of color #34E554: hue angle of 130.85º 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 #34E554 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 229 | 84 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.10 |
| HSL | 130.85º | 0.77% | 0.55% | - |
| HSV(B) | 130.85º | 0.77% | 0.9% | - |
| XYZ | 31.04 | 57.41 | 17.83 | - |
| YUV | 159.55 | 85.36 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 229 | 84 | 0.77 | 0 | 0.63 | 0.10 | 130.85 | 0.77 | 0.55 |
| Hex | 34 | E5 | 54 | 4D | 0 | 3F | A | 83 | 4D | 37 |
| Octal | 64 | 345 | 124 | 115 | 0 | 77 | 12 | 203 | 115 | 67 |
| Binary | 110100 | 11100101 | 1010100 | 1001101 | 0 | 111111 | 1010 | 10000011 | 1001101 | 110111 |
Color Harmonies of #34E554
Complementary color
Monochromatic Colors of #34E554
Black with #34E554
Text Example
Text Example
White with #34E554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E554; }
p { color: rgb(52,229,84); }
H1.HeaderClassName
{
color: #34E554;
}
.AnyTagClassName
{
color: #34E554;
}
</style>
background-color css
<style>
a { background-color: #34E554; }
a { background-color: rgb(52,229,84); }
div.DivClassName
{
background-color: #34E554;
}
.BgClassName
{
background-color: #34E554;
}
</style>
border-color css
<style>
span { border-color: #34E554; }
span { border-color: rgb(52,229,84); }
td.TdClassName
{
border-color: #34E554;
}
.TagClassName
{
border-color: #34E554;
}
</style>