Shades of Lime Green #34D64D
Tints of Lime Green #34D64D
RGB
CMYK
RGB Variations
Color information
#34D64D (or 0x34D64D) is known color: Lime Green. HEX triplet: 34, D6 and 4D. RGB value is (52,214,77). Sum of RGB (Red+Green+Blue) = 52+214+77=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 214 (83.98% from 255 or 62.39% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 214 - color contains mainly: green. Hex color #34D64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D64D is #CB29B2. Grayscale: #969696. Windows color (decimal): -13314483 or 5101108. OLE color: 5101108.
HSL color Cylindrical-coordinate representation of color #34D64D: hue angle of 129.26º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D64D is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 214 | 77 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.16 |
| HSL | 129.26º | 0.66% | 0.52% | - |
| HSV(B) | 129.26º | 0.76% | 0.84% | - |
| XYZ | 26.8 | 49.36 | 15.14 | - |
| YUV | 149.94 | 86.83 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 214 | 77 | 0.76 | 0 | 0.64 | 0.16 | 129.26 | 0.66 | 0.52 |
| Hex | 34 | D6 | 4D | 4C | 0 | 40 | 10 | 81 | 42 | 34 |
| Octal | 64 | 326 | 115 | 114 | 0 | 100 | 20 | 201 | 102 | 64 |
| Binary | 110100 | 11010110 | 1001101 | 1001100 | 0 | 1000000 | 10000 | 10000001 | 1000010 | 110100 |
Color Harmonies of #34D64D
Complementary color
Monochromatic Colors of #34D64D
Black with #34D64D
Text Example
Text Example
White with #34D64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D64D; }
p { color: rgb(52,214,77); }
H1.HeaderClassName
{
color: #34D64D;
}
.AnyTagClassName
{
color: #34D64D;
}
</style>
background-color css
<style>
a { background-color: #34D64D; }
a { background-color: rgb(52,214,77); }
div.DivClassName
{
background-color: #34D64D;
}
.BgClassName
{
background-color: #34D64D;
}
</style>
border-color css
<style>
span { border-color: #34D64D; }
span { border-color: rgb(52,214,77); }
td.TdClassName
{
border-color: #34D64D;
}
.TagClassName
{
border-color: #34D64D;
}
</style>