Shades of Lime Green #34DB17
Tints of Lime Green #34DB17
RGB
CMYK
RGB Variations
Color information
#34DB17 (or 0x34DB17) is known color: Lime Green. HEX triplet: 34, DB and 17. RGB value is (52,219,23). Sum of RGB (Red+Green+Blue) = 52+219+23=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 219 (85.94% from 255 or 74.49% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 219 - color contains mainly: green. Hex color #34DB17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34DB17 is #CB24E8. Grayscale: #939393. Windows color (decimal): -13313257 or 1563444. OLE color: 1563444.
HSL color Cylindrical-coordinate representation of color #34DB17: hue angle of 111.12º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34DB17 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 219 | 23 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.14 |
| HSL | 111.12º | 0.81% | 0.47% | - |
| HSV(B) | 111.12º | 0.89% | 0.86% | - |
| XYZ | 26.9 | 51.45 | 9.32 | - |
| YUV | 146.72 | 58.17 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 219 | 23 | 0.76 | 0 | 0.89 | 0.14 | 111.12 | 0.81 | 0.47 |
| Hex | 34 | DB | 17 | 4C | 0 | 59 | E | 6F | 51 | 2F |
| Octal | 64 | 333 | 27 | 114 | 0 | 131 | 16 | 157 | 121 | 57 |
| Binary | 110100 | 11011011 | 10111 | 1001100 | 0 | 1011001 | 1110 | 1101111 | 1010001 | 101111 |
Color Harmonies of #34DB17
Complementary color
Monochromatic Colors of #34DB17
Black with #34DB17
Text Example
Text Example
White with #34DB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DB17; }
p { color: rgb(52,219,23); }
H1.HeaderClassName
{
color: #34DB17;
}
.AnyTagClassName
{
color: #34DB17;
}
</style>
background-color css
<style>
a { background-color: #34DB17; }
a { background-color: rgb(52,219,23); }
div.DivClassName
{
background-color: #34DB17;
}
.BgClassName
{
background-color: #34DB17;
}
</style>
border-color css
<style>
span { border-color: #34DB17; }
span { border-color: rgb(52,219,23); }
td.TdClassName
{
border-color: #34DB17;
}
.TagClassName
{
border-color: #34DB17;
}
</style>