Shades of Lime Green #34DB47
Tints of Lime Green #34DB47
RGB
CMYK
RGB Variations
Color information
#34DB47 (or 0x34DB47) is known color: Lime Green. HEX triplet: 34, DB and 47. RGB value is (52,219,71). Sum of RGB (Red+Green+Blue) = 52+219+71=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 219 (85.94% from 255 or 64.04% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 219 - color contains mainly: green. Hex color #34DB47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DB47 is #CB24B8. Grayscale: #989898. Windows color (decimal): -13313209 or 4709172. OLE color: 4709172.
HSL color Cylindrical-coordinate representation of color #34DB47: hue angle of 126.83º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DB47 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 219 | 71 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.14 |
| HSL | 126.83º | 0.7% | 0.53% | - |
| HSV(B) | 126.83º | 0.76% | 0.86% | - |
| XYZ | 27.89 | 51.85 | 14.5 | - |
| YUV | 152.2 | 82.17 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 71 | 0.76 | 0 | 0.68 | 0.14 | 126.83 | 0.7 | 0.53 |
| Hex | 34 | DB | 47 | 4C | 0 | 44 | E | 7F | 46 | 35 |
| Octal | 64 | 333 | 107 | 114 | 0 | 104 | 16 | 177 | 106 | 65 |
| Binary | 110100 | 11011011 | 1000111 | 1001100 | 0 | 1000100 | 1110 | 1111111 | 1000110 | 110101 |
Color Harmonies of #34DB47
Complementary color
Monochromatic Colors of #34DB47
Black with #34DB47
Text Example
Text Example
White with #34DB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DB47; }
p { color: rgb(52,219,71); }
H1.HeaderClassName
{
color: #34DB47;
}
.AnyTagClassName
{
color: #34DB47;
}
</style>
background-color css
<style>
a { background-color: #34DB47; }
a { background-color: rgb(52,219,71); }
div.DivClassName
{
background-color: #34DB47;
}
.BgClassName
{
background-color: #34DB47;
}
</style>
border-color css
<style>
span { border-color: #34DB47; }
span { border-color: rgb(52,219,71); }
td.TdClassName
{
border-color: #34DB47;
}
.TagClassName
{
border-color: #34DB47;
}
</style>