Shades of Lime Green #34DE4D
Tints of Lime Green #34DE4D
RGB
CMYK
RGB Variations
Color information
#34DE4D (or 0x34DE4D) is known color: Lime Green. HEX triplet: 34, DE and 4D. RGB value is (52,222,77). Sum of RGB (Red+Green+Blue) = 52+222+77=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 222 (87.11% from 255 or 63.25% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 222 - color contains mainly: green. Hex color #34DE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DE4D is #CB21B2. Grayscale: #9B9B9B. Windows color (decimal): -13312435 or 5103156. OLE color: 5103156.
HSL color Cylindrical-coordinate representation of color #34DE4D: hue angle of 128.82º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DE4D is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 222 | 77 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.13 |
| HSL | 128.82º | 0.72% | 0.54% | - |
| HSV(B) | 128.82º | 0.77% | 0.87% | - |
| XYZ | 28.88 | 53.51 | 15.83 | - |
| YUV | 154.64 | 84.18 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 222 | 77 | 0.77 | 0 | 0.65 | 0.13 | 128.82 | 0.72 | 0.54 |
| Hex | 34 | DE | 4D | 4D | 0 | 41 | D | 81 | 48 | 36 |
| Octal | 64 | 336 | 115 | 115 | 0 | 101 | 15 | 201 | 110 | 66 |
| Binary | 110100 | 11011110 | 1001101 | 1001101 | 0 | 1000001 | 1101 | 10000001 | 1001000 | 110110 |
Color Harmonies of #34DE4D
Complementary color
Monochromatic Colors of #34DE4D
Black with #34DE4D
Text Example
Text Example
White with #34DE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DE4D; }
p { color: rgb(52,222,77); }
H1.HeaderClassName
{
color: #34DE4D;
}
.AnyTagClassName
{
color: #34DE4D;
}
</style>
background-color css
<style>
a { background-color: #34DE4D; }
a { background-color: rgb(52,222,77); }
div.DivClassName
{
background-color: #34DE4D;
}
.BgClassName
{
background-color: #34DE4D;
}
</style>
border-color css
<style>
span { border-color: #34DE4D; }
span { border-color: rgb(52,222,77); }
td.TdClassName
{
border-color: #34DE4D;
}
.TagClassName
{
border-color: #34DE4D;
}
</style>