Shades of Lime Green #34D151
Tints of Lime Green #34D151
RGB
CMYK
RGB Variations
Color information
#34D151 (or 0x34D151) is known color: Lime Green. HEX triplet: 34, D1 and 51. RGB value is (52,209,81). Sum of RGB (Red+Green+Blue) = 52+209+81=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 209 (82.03% from 255 or 61.11% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 209 - color contains mainly: green. Hex color #34D151 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D151 is #CB2EAE. Grayscale: #939393. Windows color (decimal): -13315759 or 5361972. OLE color: 5361972.
HSL color Cylindrical-coordinate representation of color #34D151: hue angle of 131.08º 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 #34D151 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 209 | 81 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.18 |
| HSL | 131.08º | 0.63% | 0.51% | - |
| HSV(B) | 131.08º | 0.75% | 0.82% | - |
| XYZ | 25.7 | 46.93 | 15.49 | - |
| YUV | 147.47 | 90.49 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 209 | 81 | 0.75 | 0 | 0.61 | 0.18 | 131.08 | 0.63 | 0.51 |
| Hex | 34 | D1 | 51 | 4B | 0 | 3D | 12 | 83 | 3F | 33 |
| Octal | 64 | 321 | 121 | 113 | 0 | 75 | 22 | 203 | 77 | 63 |
| Binary | 110100 | 11010001 | 1010001 | 1001011 | 0 | 111101 | 10010 | 10000011 | 111111 | 110011 |
Color Harmonies of #34D151
Complementary color
Monochromatic Colors of #34D151
Black with #34D151
Text Example
Text Example
White with #34D151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D151; }
p { color: rgb(52,209,81); }
H1.HeaderClassName
{
color: #34D151;
}
.AnyTagClassName
{
color: #34D151;
}
</style>
background-color css
<style>
a { background-color: #34D151; }
a { background-color: rgb(52,209,81); }
div.DivClassName
{
background-color: #34D151;
}
.BgClassName
{
background-color: #34D151;
}
</style>
border-color css
<style>
span { border-color: #34D151; }
span { border-color: rgb(52,209,81); }
td.TdClassName
{
border-color: #34D151;
}
.TagClassName
{
border-color: #34D151;
}
</style>