Shades of Lime Green #34D047
Tints of Lime Green #34D047
RGB
CMYK
RGB Variations
Color information
#34D047 (or 0x34D047) is known color: Lime Green. HEX triplet: 34, D0 and 47. RGB value is (52,208,71). Sum of RGB (Red+Green+Blue) = 52+208+71=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 208 (81.64% from 255 or 62.84% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 208 - color contains mainly: green. Hex color #34D047 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D047 is #CB2FB8. Grayscale: #929292. Windows color (decimal): -13316025 or 4706356. OLE color: 4706356.
HSL color Cylindrical-coordinate representation of color #34D047: hue angle of 127.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D047 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 208 | 71 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.18 |
| HSL | 127.31º | 0.62% | 0.51% | - |
| HSV(B) | 127.31º | 0.75% | 0.82% | - |
| XYZ | 25.11 | 46.3 | 13.57 | - |
| YUV | 145.74 | 85.82 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 71 | 0.75 | 0 | 0.66 | 0.18 | 127.31 | 0.62 | 0.51 |
| Hex | 34 | D0 | 47 | 4B | 0 | 42 | 12 | 7F | 3E | 33 |
| Octal | 64 | 320 | 107 | 113 | 0 | 102 | 22 | 177 | 76 | 63 |
| Binary | 110100 | 11010000 | 1000111 | 1001011 | 0 | 1000010 | 10010 | 1111111 | 111110 | 110011 |
Color Harmonies of #34D047
Complementary color
Monochromatic Colors of #34D047
Black with #34D047
Text Example
Text Example
White with #34D047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D047; }
p { color: rgb(52,208,71); }
H1.HeaderClassName
{
color: #34D047;
}
.AnyTagClassName
{
color: #34D047;
}
</style>
background-color css
<style>
a { background-color: #34D047; }
a { background-color: rgb(52,208,71); }
div.DivClassName
{
background-color: #34D047;
}
.BgClassName
{
background-color: #34D047;
}
</style>
border-color css
<style>
span { border-color: #34D047; }
span { border-color: rgb(52,208,71); }
td.TdClassName
{
border-color: #34D047;
}
.TagClassName
{
border-color: #34D047;
}
</style>