Shades of Lime Green #34D614
Tints of Lime Green #34D614
RGB
CMYK
RGB Variations
Color information
#34D614 (or 0x34D614) is known color: Lime Green. HEX triplet: 34, D6 and 14. RGB value is (52,214,20). Sum of RGB (Red+Green+Blue) = 52+214+20=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 214 (83.98% from 255 or 74.83% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 214 - color contains mainly: green. Hex color #34D614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D614 is #CB29EB. Grayscale: #909090. Windows color (decimal): -13314540 or 1365556. OLE color: 1365556.
HSL color Cylindrical-coordinate representation of color #34D614: hue angle of 110.1º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34D614 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 214 | 20 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.16 |
| HSL | 110.1º | 0.83% | 0.46% | - |
| HSV(B) | 110.1º | 0.91% | 0.84% | - |
| XYZ | 25.59 | 48.87 | 8.75 | - |
| YUV | 143.45 | 58.33 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 214 | 20 | 0.76 | 0 | 0.91 | 0.16 | 110.1 | 0.83 | 0.46 |
| Hex | 34 | D6 | 14 | 4C | 0 | 5B | 10 | 6E | 53 | 2E |
| Octal | 64 | 326 | 24 | 114 | 0 | 133 | 20 | 156 | 123 | 56 |
| Binary | 110100 | 11010110 | 10100 | 1001100 | 0 | 1011011 | 10000 | 1101110 | 1010011 | 101110 |
Color Harmonies of #34D614
Complementary color
Monochromatic Colors of #34D614
Black with #34D614
Text Example
Text Example
White with #34D614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D614; }
p { color: rgb(52,214,20); }
H1.HeaderClassName
{
color: #34D614;
}
.AnyTagClassName
{
color: #34D614;
}
</style>
background-color css
<style>
a { background-color: #34D614; }
a { background-color: rgb(52,214,20); }
div.DivClassName
{
background-color: #34D614;
}
.BgClassName
{
background-color: #34D614;
}
</style>
border-color css
<style>
span { border-color: #34D614; }
span { border-color: rgb(52,214,20); }
td.TdClassName
{
border-color: #34D614;
}
.TagClassName
{
border-color: #34D614;
}
</style>