Shades of Lime Green #34DB4A
Tints of Lime Green #34DB4A
RGB
CMYK
RGB Variations
Color information
#34DB4A (or 0x34DB4A) is known color: Lime Green. HEX triplet: 34, DB and 4A. RGB value is (52,219,74). Sum of RGB (Red+Green+Blue) = 52+219+74=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 219 (85.94% from 255 or 63.48% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 219 - color contains mainly: green. Hex color #34DB4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DB4A is #CB24B5. Grayscale: #989898. Windows color (decimal): -13313206 or 4905780. OLE color: 4905780.
HSL color Cylindrical-coordinate representation of color #34DB4A: hue angle of 127.9º 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 #34DB4A is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 219 | 74 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.14 |
| HSL | 127.9º | 0.7% | 0.53% | - |
| HSV(B) | 127.9º | 0.76% | 0.86% | - |
| XYZ | 27.98 | 51.89 | 15.02 | - |
| YUV | 152.54 | 83.67 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 74 | 0.76 | 0 | 0.66 | 0.14 | 127.9 | 0.7 | 0.53 |
| Hex | 34 | DB | 4A | 4C | 0 | 42 | E | 80 | 46 | 35 |
| Octal | 64 | 333 | 112 | 114 | 0 | 102 | 16 | 200 | 106 | 65 |
| Binary | 110100 | 11011011 | 1001010 | 1001100 | 0 | 1000010 | 1110 | 10000000 | 1000110 | 110101 |
Color Harmonies of #34DB4A
Complementary color
Monochromatic Colors of #34DB4A
Black with #34DB4A
Text Example
Text Example
White with #34DB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DB4A; }
p { color: rgb(52,219,74); }
H1.HeaderClassName
{
color: #34DB4A;
}
.AnyTagClassName
{
color: #34DB4A;
}
</style>
background-color css
<style>
a { background-color: #34DB4A; }
a { background-color: rgb(52,219,74); }
div.DivClassName
{
background-color: #34DB4A;
}
.BgClassName
{
background-color: #34DB4A;
}
</style>
border-color css
<style>
span { border-color: #34DB4A; }
span { border-color: rgb(52,219,74); }
td.TdClassName
{
border-color: #34DB4A;
}
.TagClassName
{
border-color: #34DB4A;
}
</style>