Shades of Lime Green #34D017
Tints of Lime Green #34D017
RGB
CMYK
RGB Variations
Color information
#34D017 (or 0x34D017) is known color: Lime Green. HEX triplet: 34, D0 and 17. RGB value is (52,208,23). Sum of RGB (Red+Green+Blue) = 52+208+23=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 208 (81.64% from 255 or 73.50% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 208 - color contains mainly: green. Hex color #34D017 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D017 is #CB2FE8. Grayscale: #8C8C8C. Windows color (decimal): -13316073 or 1560628. OLE color: 1560628.
HSL color Cylindrical-coordinate representation of color #34D017: hue angle of 110.59º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34D017 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 208 | 23 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.18 |
| HSL | 110.59º | 0.8% | 0.45% | - |
| HSV(B) | 110.59º | 0.89% | 0.82% | - |
| XYZ | 24.13 | 45.9 | 8.4 | - |
| YUV | 140.27 | 61.82 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 23 | 0.75 | 0 | 0.89 | 0.18 | 110.59 | 0.8 | 0.45 |
| Hex | 34 | D0 | 17 | 4B | 0 | 59 | 12 | 6F | 50 | 2D |
| Octal | 64 | 320 | 27 | 113 | 0 | 131 | 22 | 157 | 120 | 55 |
| Binary | 110100 | 11010000 | 10111 | 1001011 | 0 | 1011001 | 10010 | 1101111 | 1010000 | 101101 |
Color Harmonies of #34D017
Complementary color
Monochromatic Colors of #34D017
Black with #34D017
Text Example
Text Example
White with #34D017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D017; }
p { color: rgb(52,208,23); }
H1.HeaderClassName
{
color: #34D017;
}
.AnyTagClassName
{
color: #34D017;
}
</style>
background-color css
<style>
a { background-color: #34D017; }
a { background-color: rgb(52,208,23); }
div.DivClassName
{
background-color: #34D017;
}
.BgClassName
{
background-color: #34D017;
}
</style>
border-color css
<style>
span { border-color: #34D017; }
span { border-color: rgb(52,208,23); }
td.TdClassName
{
border-color: #34D017;
}
.TagClassName
{
border-color: #34D017;
}
</style>