Shades of Lime Green #34DE32
Tints of Lime Green #34DE32
RGB
CMYK
RGB Variations
Color information
#34DE32 (or 0x34DE32) is known color: Lime Green. HEX triplet: 34, DE and 32. RGB value is (52,222,50). Sum of RGB (Red+Green+Blue) = 52+222+50=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 222 (87.11% from 255 or 68.52% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 222 - color contains mainly: green. Hex color #34DE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DE32 is #CB21CD. Grayscale: #989898. Windows color (decimal): -13312462 or 3333684. OLE color: 3333684.
HSL color Cylindrical-coordinate representation of color #34DE32: 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 #34DE32 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 222 | 50 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.13 |
| HSL | 119.3º | 0.72% | 0.53% | - |
| HSV(B) | 119.3º | 0.77% | 0.87% | - |
| XYZ | 28.11 | 53.2 | 11.81 | - |
| YUV | 151.56 | 70.68 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 222 | 50 | 0.77 | 0 | 0.77 | 0.13 | 119.3 | 0.72 | 0.53 |
| Hex | 34 | DE | 32 | 4D | 0 | 4D | D | 77 | 48 | 35 |
| Octal | 64 | 336 | 62 | 115 | 0 | 115 | 15 | 167 | 110 | 65 |
| Binary | 110100 | 11011110 | 110010 | 1001101 | 0 | 1001101 | 1101 | 1110111 | 1001000 | 110101 |
Color Harmonies of #34DE32
Complementary color
Monochromatic Colors of #34DE32
Black with #34DE32
Text Example
Text Example
White with #34DE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DE32; }
p { color: rgb(52,222,50); }
H1.HeaderClassName
{
color: #34DE32;
}
.AnyTagClassName
{
color: #34DE32;
}
</style>
background-color css
<style>
a { background-color: #34DE32; }
a { background-color: rgb(52,222,50); }
div.DivClassName
{
background-color: #34DE32;
}
.BgClassName
{
background-color: #34DE32;
}
</style>
border-color css
<style>
span { border-color: #34DE32; }
span { border-color: rgb(52,222,50); }
td.TdClassName
{
border-color: #34DE32;
}
.TagClassName
{
border-color: #34DE32;
}
</style>