Shades of Lime Green #34DC11
Tints of Lime Green #34DC11
RGB
CMYK
RGB Variations
Color information
#34DC11 (or 0x34DC11) is known color: Lime Green. HEX triplet: 34, DC and 11. RGB value is (52,220,17). Sum of RGB (Red+Green+Blue) = 52+220+17=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 220 (86.33% from 255 or 76.12% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 220 - color contains mainly: green. Hex color #34DC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34DC11 is #CB23EE. Grayscale: #939393. Windows color (decimal): -13313007 or 1170484. OLE color: 1170484.
HSL color Cylindrical-coordinate representation of color #34DC11: hue angle of 109.66º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34DC11 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 17 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.14 |
| HSL | 109.66º | 0.86% | 0.46% | - |
| HSV(B) | 109.66º | 0.92% | 0.86% | - |
| XYZ | 27.11 | 51.96 | 9.13 | - |
| YUV | 146.63 | 54.84 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 17 | 0.76 | 0 | 0.92 | 0.14 | 109.66 | 0.86 | 0.46 |
| Hex | 34 | DC | 11 | 4C | 0 | 5C | E | 6E | 56 | 2E |
| Octal | 64 | 334 | 21 | 114 | 0 | 134 | 16 | 156 | 126 | 56 |
| Binary | 110100 | 11011100 | 10001 | 1001100 | 0 | 1011100 | 1110 | 1101110 | 1010110 | 101110 |
Color Harmonies of #34DC11
Complementary color
Monochromatic Colors of #34DC11
Black with #34DC11
Text Example
Text Example
White with #34DC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DC11; }
p { color: rgb(52,220,17); }
H1.HeaderClassName
{
color: #34DC11;
}
.AnyTagClassName
{
color: #34DC11;
}
</style>
background-color css
<style>
a { background-color: #34DC11; }
a { background-color: rgb(52,220,17); }
div.DivClassName
{
background-color: #34DC11;
}
.BgClassName
{
background-color: #34DC11;
}
</style>
border-color css
<style>
span { border-color: #34DC11; }
span { border-color: rgb(52,220,17); }
td.TdClassName
{
border-color: #34DC11;
}
.TagClassName
{
border-color: #34DC11;
}
</style>