Shades of Lime Green #34D155
Tints of Lime Green #34D155
RGB
CMYK
RGB Variations
Color information
#34D155 (or 0x34D155) is known color: Lime Green. HEX triplet: 34, D1 and 55. RGB value is (52,209,85). Sum of RGB (Red+Green+Blue) = 52+209+85=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 209 (82.03% from 255 or 60.40% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 209 - color contains mainly: green. Hex color #34D155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D155 is #CB2EAA. Grayscale: #949494. Windows color (decimal): -13315755 or 5624116. OLE color: 5624116.
HSL color Cylindrical-coordinate representation of color #34D155: hue angle of 132.61º 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 #34D155 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 209 | 85 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.18 |
| HSL | 132.61º | 0.63% | 0.51% | - |
| HSV(B) | 132.61º | 0.75% | 0.82% | - |
| XYZ | 25.86 | 46.99 | 16.3 | - |
| YUV | 147.92 | 92.49 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 209 | 85 | 0.75 | 0 | 0.59 | 0.18 | 132.61 | 0.63 | 0.51 |
| Hex | 34 | D1 | 55 | 4B | 0 | 3B | 12 | 85 | 3F | 33 |
| Octal | 64 | 321 | 125 | 113 | 0 | 73 | 22 | 205 | 77 | 63 |
| Binary | 110100 | 11010001 | 1010101 | 1001011 | 0 | 111011 | 10010 | 10000101 | 111111 | 110011 |
Color Harmonies of #34D155
Complementary color
Monochromatic Colors of #34D155
Black with #34D155
Text Example
Text Example
White with #34D155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D155; }
p { color: rgb(52,209,85); }
H1.HeaderClassName
{
color: #34D155;
}
.AnyTagClassName
{
color: #34D155;
}
</style>
background-color css
<style>
a { background-color: #34D155; }
a { background-color: rgb(52,209,85); }
div.DivClassName
{
background-color: #34D155;
}
.BgClassName
{
background-color: #34D155;
}
</style>
border-color css
<style>
span { border-color: #34D155; }
span { border-color: rgb(52,209,85); }
td.TdClassName
{
border-color: #34D155;
}
.TagClassName
{
border-color: #34D155;
}
</style>