Shades of Lime Green #34D747
Tints of Lime Green #34D747
RGB
CMYK
RGB Variations
Color information
#34D747 (or 0x34D747) is known color: Lime Green. HEX triplet: 34, D7 and 47. RGB value is (52,215,71). Sum of RGB (Red+Green+Blue) = 52+215+71=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 215 (84.38% from 255 or 63.61% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 215 - color contains mainly: green. Hex color #34D747 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D747 is #CB28B8. Grayscale: #969696. Windows color (decimal): -13314233 or 4708148. OLE color: 4708148.
HSL color Cylindrical-coordinate representation of color #34D747: hue angle of 126.99º degrees, saturation: 0.67, 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 #34D747 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 215 | 71 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.16 |
| HSL | 126.99º | 0.67% | 0.52% | - |
| HSV(B) | 126.99º | 0.76% | 0.84% | - |
| XYZ | 26.85 | 49.79 | 14.16 | - |
| YUV | 149.85 | 83.5 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 215 | 71 | 0.76 | 0 | 0.67 | 0.16 | 126.99 | 0.67 | 0.52 |
| Hex | 34 | D7 | 47 | 4C | 0 | 43 | 10 | 7F | 43 | 34 |
| Octal | 64 | 327 | 107 | 114 | 0 | 103 | 20 | 177 | 103 | 64 |
| Binary | 110100 | 11010111 | 1000111 | 1001100 | 0 | 1000011 | 10000 | 1111111 | 1000011 | 110100 |
Color Harmonies of #34D747
Complementary color
Monochromatic Colors of #34D747
Black with #34D747
Text Example
Text Example
White with #34D747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D747; }
p { color: rgb(52,215,71); }
H1.HeaderClassName
{
color: #34D747;
}
.AnyTagClassName
{
color: #34D747;
}
</style>
background-color css
<style>
a { background-color: #34D747; }
a { background-color: rgb(52,215,71); }
div.DivClassName
{
background-color: #34D747;
}
.BgClassName
{
background-color: #34D747;
}
</style>
border-color css
<style>
span { border-color: #34D747; }
span { border-color: rgb(52,215,71); }
td.TdClassName
{
border-color: #34D747;
}
.TagClassName
{
border-color: #34D747;
}
</style>