Shades of Lime Green #34DB44
Tints of Lime Green #34DB44
RGB
CMYK
RGB Variations
Color information
#34DB44 (or 0x34DB44) is known color: Lime Green. HEX triplet: 34, DB and 44. RGB value is (52,219,68). Sum of RGB (Red+Green+Blue) = 52+219+68=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 219 (85.94% from 255 or 64.60% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 219 - color contains mainly: green. Hex color #34DB44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DB44 is #CB24BB. Grayscale: #989898. Windows color (decimal): -13313212 or 4512564. OLE color: 4512564.
HSL color Cylindrical-coordinate representation of color #34DB44: hue angle of 125.75º 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 #34DB44 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 219 | 68 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.14 |
| HSL | 125.75º | 0.7% | 0.53% | - |
| HSV(B) | 125.75º | 0.76% | 0.86% | - |
| XYZ | 27.79 | 51.81 | 14 | - |
| YUV | 151.85 | 80.67 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 68 | 0.76 | 0 | 0.69 | 0.14 | 125.75 | 0.7 | 0.53 |
| Hex | 34 | DB | 44 | 4C | 0 | 45 | E | 7E | 46 | 35 |
| Octal | 64 | 333 | 104 | 114 | 0 | 105 | 16 | 176 | 106 | 65 |
| Binary | 110100 | 11011011 | 1000100 | 1001100 | 0 | 1000101 | 1110 | 1111110 | 1000110 | 110101 |
Color Harmonies of #34DB44
Complementary color
Monochromatic Colors of #34DB44
Black with #34DB44
Text Example
Text Example
White with #34DB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DB44; }
p { color: rgb(52,219,68); }
H1.HeaderClassName
{
color: #34DB44;
}
.AnyTagClassName
{
color: #34DB44;
}
</style>
background-color css
<style>
a { background-color: #34DB44; }
a { background-color: rgb(52,219,68); }
div.DivClassName
{
background-color: #34DB44;
}
.BgClassName
{
background-color: #34DB44;
}
</style>
border-color css
<style>
span { border-color: #34DB44; }
span { border-color: rgb(52,219,68); }
td.TdClassName
{
border-color: #34DB44;
}
.TagClassName
{
border-color: #34DB44;
}
</style>