Shades of Lime Green #34E424
Tints of Lime Green #34E424
RGB
CMYK
RGB Variations
Color information
#34E424 (or 0x34E424) is known color: Lime Green. HEX triplet: 34, E4 and 24. RGB value is (52,228,36). Sum of RGB (Red+Green+Blue) = 52+228+36=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 228 (89.45% from 255 or 72.15% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 228 - color contains mainly: green. Hex color #34E424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E424 is #CB1BDB. Grayscale: #9A9A9A. Windows color (decimal): -13310940 or 2417716. OLE color: 2417716.
HSL color Cylindrical-coordinate representation of color #34E424: hue angle of 115º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34E424 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 228 | 36 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.11 |
| HSL | 115º | 0.78% | 0.52% | - |
| HSV(B) | 115º | 0.84% | 0.89% | - |
| XYZ | 29.48 | 56.34 | 10.99 | - |
| YUV | 153.49 | 61.69 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 228 | 36 | 0.77 | 0 | 0.84 | 0.11 | 115 | 0.78 | 0.52 |
| Hex | 34 | E4 | 24 | 4D | 0 | 54 | B | 73 | 4E | 34 |
| Octal | 64 | 344 | 44 | 115 | 0 | 124 | 13 | 163 | 116 | 64 |
| Binary | 110100 | 11100100 | 100100 | 1001101 | 0 | 1010100 | 1011 | 1110011 | 1001110 | 110100 |
Color Harmonies of #34E424
Complementary color
Monochromatic Colors of #34E424
Black with #34E424
Text Example
Text Example
White with #34E424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E424; }
p { color: rgb(52,228,36); }
H1.HeaderClassName
{
color: #34E424;
}
.AnyTagClassName
{
color: #34E424;
}
</style>
background-color css
<style>
a { background-color: #34E424; }
a { background-color: rgb(52,228,36); }
div.DivClassName
{
background-color: #34E424;
}
.BgClassName
{
background-color: #34E424;
}
</style>
border-color css
<style>
span { border-color: #34E424; }
span { border-color: rgb(52,228,36); }
td.TdClassName
{
border-color: #34E424;
}
.TagClassName
{
border-color: #34E424;
}
</style>