Shades of Lime Green #34DB36
Tints of Lime Green #34DB36
RGB
CMYK
RGB Variations
Color information
#34DB36 (or 0x34DB36) is known color: Lime Green. HEX triplet: 34, DB and 36. RGB value is (52,219,54). Sum of RGB (Red+Green+Blue) = 52+219+54=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 219 (85.94% from 255 or 67.38% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 219 - color contains mainly: green. Hex color #34DB36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DB36 is #CB24C9. Grayscale: #969696. Windows color (decimal): -13313226 or 3595060. OLE color: 3595060.
HSL color Cylindrical-coordinate representation of color #34DB36: hue angle of 120.72º 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 #34DB36 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 219 | 54 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.14 |
| HSL | 120.72º | 0.7% | 0.53% | - |
| HSV(B) | 120.72º | 0.76% | 0.86% | - |
| XYZ | 27.41 | 51.66 | 12.02 | - |
| YUV | 150.26 | 73.67 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 54 | 0.76 | 0 | 0.75 | 0.14 | 120.72 | 0.7 | 0.53 |
| Hex | 34 | DB | 36 | 4C | 0 | 4B | E | 79 | 46 | 35 |
| Octal | 64 | 333 | 66 | 114 | 0 | 113 | 16 | 171 | 106 | 65 |
| Binary | 110100 | 11011011 | 110110 | 1001100 | 0 | 1001011 | 1110 | 1111001 | 1000110 | 110101 |
Color Harmonies of #34DB36
Complementary color
Monochromatic Colors of #34DB36
Black with #34DB36
Text Example
Text Example
White with #34DB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DB36; }
p { color: rgb(52,219,54); }
H1.HeaderClassName
{
color: #34DB36;
}
.AnyTagClassName
{
color: #34DB36;
}
</style>
background-color css
<style>
a { background-color: #34DB36; }
a { background-color: rgb(52,219,54); }
div.DivClassName
{
background-color: #34DB36;
}
.BgClassName
{
background-color: #34DB36;
}
</style>
border-color css
<style>
span { border-color: #34DB36; }
span { border-color: rgb(52,219,54); }
td.TdClassName
{
border-color: #34DB36;
}
.TagClassName
{
border-color: #34DB36;
}
</style>