Shades of Lime Green #34DC50
Tints of Lime Green #34DC50
RGB
CMYK
RGB Variations
Color information
#34DC50 (or 0x34DC50) is known color: Lime Green. HEX triplet: 34, DC and 50. RGB value is (52,220,80). Sum of RGB (Red+Green+Blue) = 52+220+80=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 220 (86.33% from 255 or 62.5% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 220 - color contains mainly: green. Hex color #34DC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DC50 is #CB23AF. Grayscale: #9A9A9A. Windows color (decimal): -13312944 or 5299252. OLE color: 5299252.
HSL color Cylindrical-coordinate representation of color #34DC50: hue angle of 130º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DC50 is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 80 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.14 |
| HSL | 130º | 0.71% | 0.53% | - |
| HSV(B) | 130º | 0.76% | 0.86% | - |
| XYZ | 28.46 | 52.5 | 16.22 | - |
| YUV | 153.81 | 86.34 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 80 | 0.76 | 0 | 0.64 | 0.14 | 130 | 0.71 | 0.53 |
| Hex | 34 | DC | 50 | 4C | 0 | 40 | E | 82 | 47 | 35 |
| Octal | 64 | 334 | 120 | 114 | 0 | 100 | 16 | 202 | 107 | 65 |
| Binary | 110100 | 11011100 | 1010000 | 1001100 | 0 | 1000000 | 1110 | 10000010 | 1000111 | 110101 |
Color Harmonies of #34DC50
Complementary color
Monochromatic Colors of #34DC50
Black with #34DC50
Text Example
Text Example
White with #34DC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DC50; }
p { color: rgb(52,220,80); }
H1.HeaderClassName
{
color: #34DC50;
}
.AnyTagClassName
{
color: #34DC50;
}
</style>
background-color css
<style>
a { background-color: #34DC50; }
a { background-color: rgb(52,220,80); }
div.DivClassName
{
background-color: #34DC50;
}
.BgClassName
{
background-color: #34DC50;
}
</style>
border-color css
<style>
span { border-color: #34DC50; }
span { border-color: rgb(52,220,80); }
td.TdClassName
{
border-color: #34DC50;
}
.TagClassName
{
border-color: #34DC50;
}
</style>