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