Shades of Lime Green #34D150
Tints of Lime Green #34D150
RGB
CMYK
RGB Variations
Color information
#34D150 (or 0x34D150) is known color: Lime Green. HEX triplet: 34, D1 and 50. RGB value is (52,209,80). Sum of RGB (Red+Green+Blue) = 52+209+80=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 209 (82.03% from 255 or 61.29% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 209 - color contains mainly: green. Hex color #34D150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D150 is #CB2EAF. Grayscale: #939393. Windows color (decimal): -13315760 or 5296436. OLE color: 5296436.
HSL color Cylindrical-coordinate representation of color #34D150: hue angle of 130.7º degrees, saturation: 0.63, 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 #34D150 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 209 | 80 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.18 |
| HSL | 130.7º | 0.63% | 0.51% | - |
| HSV(B) | 130.7º | 0.75% | 0.82% | - |
| XYZ | 25.66 | 46.91 | 15.29 | - |
| YUV | 147.35 | 89.99 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 209 | 80 | 0.75 | 0 | 0.62 | 0.18 | 130.7 | 0.63 | 0.51 |
| Hex | 34 | D1 | 50 | 4B | 0 | 3E | 12 | 83 | 3F | 33 |
| Octal | 64 | 321 | 120 | 113 | 0 | 76 | 22 | 203 | 77 | 63 |
| Binary | 110100 | 11010001 | 1010000 | 1001011 | 0 | 111110 | 10010 | 10000011 | 111111 | 110011 |
Color Harmonies of #34D150
Complementary color
Monochromatic Colors of #34D150
Black with #34D150
Text Example
Text Example
White with #34D150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D150; }
p { color: rgb(52,209,80); }
H1.HeaderClassName
{
color: #34D150;
}
.AnyTagClassName
{
color: #34D150;
}
</style>
background-color css
<style>
a { background-color: #34D150; }
a { background-color: rgb(52,209,80); }
div.DivClassName
{
background-color: #34D150;
}
.BgClassName
{
background-color: #34D150;
}
</style>
border-color css
<style>
span { border-color: #34D150; }
span { border-color: rgb(52,209,80); }
td.TdClassName
{
border-color: #34D150;
}
.TagClassName
{
border-color: #34D150;
}
</style>