Shades of Lime Green #34D550
Tints of Lime Green #34D550
RGB
CMYK
RGB Variations
Color information
#34D550 (or 0x34D550) is known color: Lime Green. HEX triplet: 34, D5 and 50. RGB value is (52,213,80). Sum of RGB (Red+Green+Blue) = 52+213+80=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #34D550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D550 is #CB2AAF. Grayscale: #969696. Windows color (decimal): -13314736 or 5297460. OLE color: 5297460.
HSL color Cylindrical-coordinate representation of color #34D550: hue angle of 130.43º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D550 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 213 | 80 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.16 |
| HSL | 130.43º | 0.66% | 0.52% | - |
| HSV(B) | 130.43º | 0.76% | 0.84% | - |
| XYZ | 26.66 | 48.9 | 15.62 | - |
| YUV | 149.7 | 88.66 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 213 | 80 | 0.76 | 0 | 0.62 | 0.16 | 130.43 | 0.66 | 0.52 |
| Hex | 34 | D5 | 50 | 4C | 0 | 3E | 10 | 82 | 42 | 34 |
| Octal | 64 | 325 | 120 | 114 | 0 | 76 | 20 | 202 | 102 | 64 |
| Binary | 110100 | 11010101 | 1010000 | 1001100 | 0 | 111110 | 10000 | 10000010 | 1000010 | 110100 |
Color Harmonies of #34D550
Complementary color
Monochromatic Colors of #34D550
Black with #34D550
Text Example
Text Example
White with #34D550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D550; }
p { color: rgb(52,213,80); }
H1.HeaderClassName
{
color: #34D550;
}
.AnyTagClassName
{
color: #34D550;
}
</style>
background-color css
<style>
a { background-color: #34D550; }
a { background-color: rgb(52,213,80); }
div.DivClassName
{
background-color: #34D550;
}
.BgClassName
{
background-color: #34D550;
}
</style>
border-color css
<style>
span { border-color: #34D550; }
span { border-color: rgb(52,213,80); }
td.TdClassName
{
border-color: #34D550;
}
.TagClassName
{
border-color: #34D550;
}
</style>