Shades of Lime Green #34D256
Tints of Lime Green #34D256
RGB
CMYK
RGB Variations
Color information
#34D256 (or 0x34D256) is known color: Lime Green. HEX triplet: 34, D2 and 56. RGB value is (52,210,86). Sum of RGB (Red+Green+Blue) = 52+210+86=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 210 (82.42% from 255 or 60.34% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 210 - color contains mainly: green. Hex color #34D256 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D256 is #CB2DA9. Grayscale: #949494. Windows color (decimal): -13315498 or 5689908. OLE color: 5689908.
HSL color Cylindrical-coordinate representation of color #34D256: hue angle of 132.91º degrees, saturation: 0.64, 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 #34D256 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 210 | 86 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.18 |
| HSL | 132.91º | 0.64% | 0.51% | - |
| HSV(B) | 132.91º | 0.75% | 0.82% | - |
| XYZ | 26.14 | 47.5 | 16.59 | - |
| YUV | 148.62 | 92.65 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 210 | 86 | 0.75 | 0 | 0.59 | 0.18 | 132.91 | 0.64 | 0.51 |
| Hex | 34 | D2 | 56 | 4B | 0 | 3B | 12 | 85 | 40 | 33 |
| Octal | 64 | 322 | 126 | 113 | 0 | 73 | 22 | 205 | 100 | 63 |
| Binary | 110100 | 11010010 | 1010110 | 1001011 | 0 | 111011 | 10010 | 10000101 | 1000000 | 110011 |
Color Harmonies of #34D256
Complementary color
Monochromatic Colors of #34D256
Black with #34D256
Text Example
Text Example
White with #34D256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D256; }
p { color: rgb(52,210,86); }
H1.HeaderClassName
{
color: #34D256;
}
.AnyTagClassName
{
color: #34D256;
}
</style>
background-color css
<style>
a { background-color: #34D256; }
a { background-color: rgb(52,210,86); }
div.DivClassName
{
background-color: #34D256;
}
.BgClassName
{
background-color: #34D256;
}
</style>
border-color css
<style>
span { border-color: #34D256; }
span { border-color: rgb(52,210,86); }
td.TdClassName
{
border-color: #34D256;
}
.TagClassName
{
border-color: #34D256;
}
</style>