Shades of Lime Green #34DD32
Tints of Lime Green #34DD32
RGB
CMYK
RGB Variations
Color information
#34DD32 (or 0x34DD32) is known color: Lime Green. HEX triplet: 34, DD and 32. RGB value is (52,221,50). Sum of RGB (Red+Green+Blue) = 52+221+50=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 221 (86.72% from 255 or 68.42% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DD32 is #CB22CD. Grayscale: #979797. Windows color (decimal): -13312718 or 3333428. OLE color: 3333428.
HSL color Cylindrical-coordinate representation of color #34DD32: hue angle of 119.3º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DD32 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 50 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.13 |
| HSL | 119.3º | 0.72% | 0.53% | - |
| HSV(B) | 119.3º | 0.77% | 0.87% | - |
| XYZ | 27.85 | 52.67 | 11.72 | - |
| YUV | 150.98 | 71.01 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 50 | 0.76 | 0 | 0.77 | 0.13 | 119.3 | 0.72 | 0.53 |
| Hex | 34 | DD | 32 | 4C | 0 | 4D | D | 77 | 48 | 35 |
| Octal | 64 | 335 | 62 | 114 | 0 | 115 | 15 | 167 | 110 | 65 |
| Binary | 110100 | 11011101 | 110010 | 1001100 | 0 | 1001101 | 1101 | 1110111 | 1001000 | 110101 |
Color Harmonies of #34DD32
Complementary color
Monochromatic Colors of #34DD32
Black with #34DD32
Text Example
Text Example
White with #34DD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DD32; }
p { color: rgb(52,221,50); }
H1.HeaderClassName
{
color: #34DD32;
}
.AnyTagClassName
{
color: #34DD32;
}
</style>
background-color css
<style>
a { background-color: #34DD32; }
a { background-color: rgb(52,221,50); }
div.DivClassName
{
background-color: #34DD32;
}
.BgClassName
{
background-color: #34DD32;
}
</style>
border-color css
<style>
span { border-color: #34DD32; }
span { border-color: rgb(52,221,50); }
td.TdClassName
{
border-color: #34DD32;
}
.TagClassName
{
border-color: #34DD32;
}
</style>