Shades of Lime Green #34DB55
Tints of Lime Green #34DB55
RGB
CMYK
RGB Variations
Color information
#34DB55 (or 0x34DB55) is known color: Lime Green. HEX triplet: 34, DB and 55. RGB value is (52,219,85). Sum of RGB (Red+Green+Blue) = 52+219+85=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 219 (85.94% from 255 or 61.52% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 219 - color contains mainly: green. Hex color #34DB55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DB55 is #CB24AA. Grayscale: #9A9A9A. Windows color (decimal): -13313195 or 5626676. OLE color: 5626676.
HSL color Cylindrical-coordinate representation of color #34DB55: hue angle of 131.86º 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 #34DB55 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 219 | 85 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.14 |
| HSL | 131.86º | 0.7% | 0.53% | - |
| HSV(B) | 131.86º | 0.76% | 0.86% | - |
| XYZ | 28.39 | 52.05 | 17.14 | - |
| YUV | 153.79 | 89.17 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 85 | 0.76 | 0 | 0.61 | 0.14 | 131.86 | 0.7 | 0.53 |
| Hex | 34 | DB | 55 | 4C | 0 | 3D | E | 84 | 46 | 35 |
| Octal | 64 | 333 | 125 | 114 | 0 | 75 | 16 | 204 | 106 | 65 |
| Binary | 110100 | 11011011 | 1010101 | 1001100 | 0 | 111101 | 1110 | 10000100 | 1000110 | 110101 |
Color Harmonies of #34DB55
Complementary color
Monochromatic Colors of #34DB55
Black with #34DB55
Text Example
Text Example
White with #34DB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DB55; }
p { color: rgb(52,219,85); }
H1.HeaderClassName
{
color: #34DB55;
}
.AnyTagClassName
{
color: #34DB55;
}
</style>
background-color css
<style>
a { background-color: #34DB55; }
a { background-color: rgb(52,219,85); }
div.DivClassName
{
background-color: #34DB55;
}
.BgClassName
{
background-color: #34DB55;
}
</style>
border-color css
<style>
span { border-color: #34DB55; }
span { border-color: rgb(52,219,85); }
td.TdClassName
{
border-color: #34DB55;
}
.TagClassName
{
border-color: #34DB55;
}
</style>