Shades of Lime Green #34D032
Tints of Lime Green #34D032
RGB
CMYK
RGB Variations
Color information
#34D032 (or 0x34D032) is known color: Lime Green. HEX triplet: 34, D0 and 32. RGB value is (52,208,50). Sum of RGB (Red+Green+Blue) = 52+208+50=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 208 (81.64% from 255 or 67.10% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 208 - color contains mainly: green. Hex color #34D032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D032 is #CB2FCD. Grayscale: #8F8F8F. Windows color (decimal): -13316046 or 3330100. OLE color: 3330100.
HSL color Cylindrical-coordinate representation of color #34D032: hue angle of 119.24º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D032 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 208 | 50 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.18 |
| HSL | 119.24º | 0.63% | 0.51% | - |
| HSV(B) | 119.24º | 0.76% | 0.82% | - |
| XYZ | 24.55 | 46.07 | 10.62 | - |
| YUV | 143.34 | 75.32 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 50 | 0.75 | 0 | 0.76 | 0.18 | 119.24 | 0.63 | 0.51 |
| Hex | 34 | D0 | 32 | 4B | 0 | 4C | 12 | 77 | 3F | 33 |
| Octal | 64 | 320 | 62 | 113 | 0 | 114 | 22 | 167 | 77 | 63 |
| Binary | 110100 | 11010000 | 110010 | 1001011 | 0 | 1001100 | 10010 | 1110111 | 111111 | 110011 |
Color Harmonies of #34D032
Complementary color
Monochromatic Colors of #34D032
Black with #34D032
Text Example
Text Example
White with #34D032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D032; }
p { color: rgb(52,208,50); }
H1.HeaderClassName
{
color: #34D032;
}
.AnyTagClassName
{
color: #34D032;
}
</style>
background-color css
<style>
a { background-color: #34D032; }
a { background-color: rgb(52,208,50); }
div.DivClassName
{
background-color: #34D032;
}
.BgClassName
{
background-color: #34D032;
}
</style>
border-color css
<style>
span { border-color: #34D032; }
span { border-color: rgb(52,208,50); }
td.TdClassName
{
border-color: #34D032;
}
.TagClassName
{
border-color: #34D032;
}
</style>