Shades of Lime Green #34DD54
Tints of Lime Green #34DD54
RGB
CMYK
RGB Variations
Color information
#34DD54 (or 0x34DD54) is known color: Lime Green. HEX triplet: 34, DD and 54. RGB value is (52,221,84). Sum of RGB (Red+Green+Blue) = 52+221+84=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 221 (86.72% from 255 or 61.90% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DD54 is #CB22AB. Grayscale: #9B9B9B. Windows color (decimal): -13312684 or 5561652. OLE color: 5561652.
HSL color Cylindrical-coordinate representation of color #34DD54: hue angle of 131.36º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DD54 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 84 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.13 |
| HSL | 131.36º | 0.71% | 0.54% | - |
| HSV(B) | 131.36º | 0.76% | 0.87% | - |
| XYZ | 28.87 | 53.08 | 17.11 | - |
| YUV | 154.85 | 88.01 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 84 | 0.76 | 0 | 0.62 | 0.13 | 131.36 | 0.71 | 0.54 |
| Hex | 34 | DD | 54 | 4C | 0 | 3E | D | 83 | 47 | 36 |
| Octal | 64 | 335 | 124 | 114 | 0 | 76 | 15 | 203 | 107 | 66 |
| Binary | 110100 | 11011101 | 1010100 | 1001100 | 0 | 111110 | 1101 | 10000011 | 1000111 | 110110 |
Color Harmonies of #34DD54
Complementary color
Monochromatic Colors of #34DD54
Black with #34DD54
Text Example
Text Example
White with #34DD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DD54; }
p { color: rgb(52,221,84); }
H1.HeaderClassName
{
color: #34DD54;
}
.AnyTagClassName
{
color: #34DD54;
}
</style>
background-color css
<style>
a { background-color: #34DD54; }
a { background-color: rgb(52,221,84); }
div.DivClassName
{
background-color: #34DD54;
}
.BgClassName
{
background-color: #34DD54;
}
</style>
border-color css
<style>
span { border-color: #34DD54; }
span { border-color: rgb(52,221,84); }
td.TdClassName
{
border-color: #34DD54;
}
.TagClassName
{
border-color: #34DD54;
}
</style>