Shades of Lime Green #34D54D
Tints of Lime Green #34D54D
RGB
CMYK
RGB Variations
Color information
#34D54D (or 0x34D54D) is known color: Lime Green. HEX triplet: 34, D5 and 4D. RGB value is (52,213,77). Sum of RGB (Red+Green+Blue) = 52+213+77=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #34D54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D54D is #CB2AB2. Grayscale: #959595. Windows color (decimal): -13314739 or 5100852. OLE color: 5100852.
HSL color Cylindrical-coordinate representation of color #34D54D: hue angle of 129.32º 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 #34D54D is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 213 | 77 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.16 |
| HSL | 129.32º | 0.66% | 0.52% | - |
| HSV(B) | 129.32º | 0.76% | 0.84% | - |
| XYZ | 26.55 | 48.85 | 15.05 | - |
| YUV | 149.36 | 87.16 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 213 | 77 | 0.76 | 0 | 0.64 | 0.16 | 129.32 | 0.66 | 0.52 |
| Hex | 34 | D5 | 4D | 4C | 0 | 40 | 10 | 81 | 42 | 34 |
| Octal | 64 | 325 | 115 | 114 | 0 | 100 | 20 | 201 | 102 | 64 |
| Binary | 110100 | 11010101 | 1001101 | 1001100 | 0 | 1000000 | 10000 | 10000001 | 1000010 | 110100 |
Color Harmonies of #34D54D
Complementary color
Monochromatic Colors of #34D54D
Black with #34D54D
Text Example
Text Example
White with #34D54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D54D; }
p { color: rgb(52,213,77); }
H1.HeaderClassName
{
color: #34D54D;
}
.AnyTagClassName
{
color: #34D54D;
}
</style>
background-color css
<style>
a { background-color: #34D54D; }
a { background-color: rgb(52,213,77); }
div.DivClassName
{
background-color: #34D54D;
}
.BgClassName
{
background-color: #34D54D;
}
</style>
border-color css
<style>
span { border-color: #34D54D; }
span { border-color: rgb(52,213,77); }
td.TdClassName
{
border-color: #34D54D;
}
.TagClassName
{
border-color: #34D54D;
}
</style>