Shades of Lime Green #34D916
Tints of Lime Green #34D916
RGB
CMYK
RGB Variations
Color information
#34D916 (or 0x34D916) is known color: Lime Green. HEX triplet: 34, D9 and 16. RGB value is (52,217,22). Sum of RGB (Red+Green+Blue) = 52+217+22=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 217 (85.16% from 255 or 74.57% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 217 - color contains mainly: green. Hex color #34D916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D916 is #CB26E9. Grayscale: #929292. Windows color (decimal): -13313770 or 1497396. OLE color: 1497396.
HSL color Cylindrical-coordinate representation of color #34D916: hue angle of 110.77º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34D916 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 217 | 22 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.15 |
| HSL | 110.77º | 0.82% | 0.47% | - |
| HSV(B) | 110.77º | 0.9% | 0.85% | - |
| XYZ | 26.37 | 50.41 | 9.1 | - |
| YUV | 145.44 | 58.34 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 217 | 22 | 0.76 | 0 | 0.90 | 0.15 | 110.77 | 0.82 | 0.47 |
| Hex | 34 | D9 | 16 | 4C | 0 | 5A | F | 6F | 52 | 2F |
| Octal | 64 | 331 | 26 | 114 | 0 | 132 | 17 | 157 | 122 | 57 |
| Binary | 110100 | 11011001 | 10110 | 1001100 | 0 | 1011010 | 1111 | 1101111 | 1010010 | 101111 |
Color Harmonies of #34D916
Complementary color
Monochromatic Colors of #34D916
Black with #34D916
Text Example
Text Example
White with #34D916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D916; }
p { color: rgb(52,217,22); }
H1.HeaderClassName
{
color: #34D916;
}
.AnyTagClassName
{
color: #34D916;
}
</style>
background-color css
<style>
a { background-color: #34D916; }
a { background-color: rgb(52,217,22); }
div.DivClassName
{
background-color: #34D916;
}
.BgClassName
{
background-color: #34D916;
}
</style>
border-color css
<style>
span { border-color: #34D916; }
span { border-color: rgb(52,217,22); }
td.TdClassName
{
border-color: #34D916;
}
.TagClassName
{
border-color: #34D916;
}
</style>