Shades of Lime Green #34E24E
Tints of Lime Green #34E24E
RGB
CMYK
RGB Variations
Color information
#34E24E (or 0x34E24E) is known color: Lime Green. HEX triplet: 34, E2 and 4E. RGB value is (52,226,78). Sum of RGB (Red+Green+Blue) = 52+226+78=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 226 (88.67% from 255 or 63.48% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 226 - color contains mainly: green. Hex color #34E24E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E24E is #CB1DB1. Grayscale: #9D9D9D. Windows color (decimal): -13311410 or 5169716. OLE color: 5169716.
HSL color Cylindrical-coordinate representation of color #34E24E: hue angle of 128.97º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E24E is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 226 | 78 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.11 |
| HSL | 128.97º | 0.75% | 0.55% | - |
| HSV(B) | 128.97º | 0.77% | 0.89% | - |
| XYZ | 29.99 | 55.67 | 16.37 | - |
| YUV | 157.1 | 83.35 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 226 | 78 | 0.77 | 0 | 0.65 | 0.11 | 128.97 | 0.75 | 0.55 |
| Hex | 34 | E2 | 4E | 4D | 0 | 41 | B | 81 | 4B | 37 |
| Octal | 64 | 342 | 116 | 115 | 0 | 101 | 13 | 201 | 113 | 67 |
| Binary | 110100 | 11100010 | 1001110 | 1001101 | 0 | 1000001 | 1011 | 10000001 | 1001011 | 110111 |
Color Harmonies of #34E24E
Complementary color
Monochromatic Colors of #34E24E
Black with #34E24E
Text Example
Text Example
White with #34E24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E24E; }
p { color: rgb(52,226,78); }
H1.HeaderClassName
{
color: #34E24E;
}
.AnyTagClassName
{
color: #34E24E;
}
</style>
background-color css
<style>
a { background-color: #34E24E; }
a { background-color: rgb(52,226,78); }
div.DivClassName
{
background-color: #34E24E;
}
.BgClassName
{
background-color: #34E24E;
}
</style>
border-color css
<style>
span { border-color: #34E24E; }
span { border-color: rgb(52,226,78); }
td.TdClassName
{
border-color: #34E24E;
}
.TagClassName
{
border-color: #34E24E;
}
</style>