Shades of Lime Green #34DB49
Tints of Lime Green #34DB49
RGB
CMYK
RGB Variations
Color information
#34DB49 (or 0x34DB49) is known color: Lime Green. HEX triplet: 34, DB and 49. RGB value is (52,219,73). Sum of RGB (Red+Green+Blue) = 52+219+73=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 219 (85.94% from 255 or 63.66% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 219 - color contains mainly: green. Hex color #34DB49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DB49 is #CB24B6. Grayscale: #989898. Windows color (decimal): -13313207 or 4840244. OLE color: 4840244.
HSL color Cylindrical-coordinate representation of color #34DB49: hue angle of 127.54º 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 #34DB49 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 219 | 73 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.14 |
| HSL | 127.54º | 0.7% | 0.53% | - |
| HSV(B) | 127.54º | 0.76% | 0.86% | - |
| XYZ | 27.95 | 51.87 | 14.84 | - |
| YUV | 152.42 | 83.17 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 73 | 0.76 | 0 | 0.67 | 0.14 | 127.54 | 0.7 | 0.53 |
| Hex | 34 | DB | 49 | 4C | 0 | 43 | E | 80 | 46 | 35 |
| Octal | 64 | 333 | 111 | 114 | 0 | 103 | 16 | 200 | 106 | 65 |
| Binary | 110100 | 11011011 | 1001001 | 1001100 | 0 | 1000011 | 1110 | 10000000 | 1000110 | 110101 |
Color Harmonies of #34DB49
Complementary color
Monochromatic Colors of #34DB49
Black with #34DB49
Text Example
Text Example
White with #34DB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DB49; }
p { color: rgb(52,219,73); }
H1.HeaderClassName
{
color: #34DB49;
}
.AnyTagClassName
{
color: #34DB49;
}
</style>
background-color css
<style>
a { background-color: #34DB49; }
a { background-color: rgb(52,219,73); }
div.DivClassName
{
background-color: #34DB49;
}
.BgClassName
{
background-color: #34DB49;
}
</style>
border-color css
<style>
span { border-color: #34DB49; }
span { border-color: rgb(52,219,73); }
td.TdClassName
{
border-color: #34DB49;
}
.TagClassName
{
border-color: #34DB49;
}
</style>