Shades of Lime Green #34D84D
Tints of Lime Green #34D84D
RGB
CMYK
RGB Variations
Color information
#34D84D (or 0x34D84D) is known color: Lime Green. HEX triplet: 34, D8 and 4D. RGB value is (52,216,77). Sum of RGB (Red+Green+Blue) = 52+216+77=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 216 (84.77% from 255 or 62.61% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 216 - color contains mainly: green. Hex color #34D84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D84D is #CB27B2. Grayscale: #979797. Windows color (decimal): -13313971 or 5101620. OLE color: 5101620.
HSL color Cylindrical-coordinate representation of color #34D84D: hue angle of 129.15º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D84D is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 216 | 77 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.15 |
| HSL | 129.15º | 0.68% | 0.53% | - |
| HSV(B) | 129.15º | 0.76% | 0.85% | - |
| XYZ | 27.31 | 50.38 | 15.31 | - |
| YUV | 151.12 | 86.17 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 216 | 77 | 0.76 | 0 | 0.64 | 0.15 | 129.15 | 0.68 | 0.53 |
| Hex | 34 | D8 | 4D | 4C | 0 | 40 | F | 81 | 44 | 35 |
| Octal | 64 | 330 | 115 | 114 | 0 | 100 | 17 | 201 | 104 | 65 |
| Binary | 110100 | 11011000 | 1001101 | 1001100 | 0 | 1000000 | 1111 | 10000001 | 1000100 | 110101 |
Color Harmonies of #34D84D
Complementary color
Monochromatic Colors of #34D84D
Black with #34D84D
Text Example
Text Example
White with #34D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D84D; }
p { color: rgb(52,216,77); }
H1.HeaderClassName
{
color: #34D84D;
}
.AnyTagClassName
{
color: #34D84D;
}
</style>
background-color css
<style>
a { background-color: #34D84D; }
a { background-color: rgb(52,216,77); }
div.DivClassName
{
background-color: #34D84D;
}
.BgClassName
{
background-color: #34D84D;
}
</style>
border-color css
<style>
span { border-color: #34D84D; }
span { border-color: rgb(52,216,77); }
td.TdClassName
{
border-color: #34D84D;
}
.TagClassName
{
border-color: #34D84D;
}
</style>