Shades of Lime Green #34E016
Tints of Lime Green #34E016
RGB
CMYK
RGB Variations
Color information
#34E016 (or 0x34E016) is known color: Lime Green. HEX triplet: 34, E0 and 16. RGB value is (52,224,22). Sum of RGB (Red+Green+Blue) = 52+224+22=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 224 (87.89% from 255 or 75.17% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 224 - color contains mainly: green. Hex color #34E016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34E016 is #CB1FE9. Grayscale: #969696. Windows color (decimal): -13311978 or 1499188. OLE color: 1499188.
HSL color Cylindrical-coordinate representation of color #34E016: hue angle of 111.09º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34E016 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 224 | 22 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.12 |
| HSL | 111.09º | 0.82% | 0.48% | - |
| HSV(B) | 111.09º | 0.9% | 0.88% | - |
| XYZ | 28.22 | 54.1 | 9.71 | - |
| YUV | 149.54 | 56.02 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 224 | 22 | 0.77 | 0 | 0.90 | 0.12 | 111.09 | 0.82 | 0.48 |
| Hex | 34 | E0 | 16 | 4D | 0 | 5A | C | 6F | 52 | 30 |
| Octal | 64 | 340 | 26 | 115 | 0 | 132 | 14 | 157 | 122 | 60 |
| Binary | 110100 | 11100000 | 10110 | 1001101 | 0 | 1011010 | 1100 | 1101111 | 1010010 | 110000 |
Color Harmonies of #34E016
Complementary color
Monochromatic Colors of #34E016
Black with #34E016
Text Example
Text Example
White with #34E016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E016; }
p { color: rgb(52,224,22); }
H1.HeaderClassName
{
color: #34E016;
}
.AnyTagClassName
{
color: #34E016;
}
</style>
background-color css
<style>
a { background-color: #34E016; }
a { background-color: rgb(52,224,22); }
div.DivClassName
{
background-color: #34E016;
}
.BgClassName
{
background-color: #34E016;
}
</style>
border-color css
<style>
span { border-color: #34E016; }
span { border-color: rgb(52,224,22); }
td.TdClassName
{
border-color: #34E016;
}
.TagClassName
{
border-color: #34E016;
}
</style>