Shades of Lime Green #34D321
Tints of Lime Green #34D321
RGB
CMYK
RGB Variations
Color information
#34D321 (or 0x34D321) is known color: Lime Green. HEX triplet: 34, D3 and 21. RGB value is (52,211,33). Sum of RGB (Red+Green+Blue) = 52+211+33=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 211 (82.81% from 255 or 71.28% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 211 - color contains mainly: green. Hex color #34D321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D321 is #CB2CDE. Grayscale: #8F8F8F. Windows color (decimal): -13315295 or 2216756. OLE color: 2216756.
HSL color Cylindrical-coordinate representation of color #34D321: hue angle of 113.6º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34D321 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 211 | 33 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.17 |
| HSL | 113.6º | 0.73% | 0.48% | - |
| HSV(B) | 113.6º | 0.84% | 0.83% | - |
| XYZ | 24.98 | 47.43 | 9.28 | - |
| YUV | 143.17 | 65.82 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 211 | 33 | 0.75 | 0 | 0.84 | 0.17 | 113.6 | 0.73 | 0.48 |
| Hex | 34 | D3 | 21 | 4B | 0 | 54 | 11 | 72 | 49 | 30 |
| Octal | 64 | 323 | 41 | 113 | 0 | 124 | 21 | 162 | 111 | 60 |
| Binary | 110100 | 11010011 | 100001 | 1001011 | 0 | 1010100 | 10001 | 1110010 | 1001001 | 110000 |
Color Harmonies of #34D321
Complementary color
Monochromatic Colors of #34D321
Black with #34D321
Text Example
Text Example
White with #34D321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D321; }
p { color: rgb(52,211,33); }
H1.HeaderClassName
{
color: #34D321;
}
.AnyTagClassName
{
color: #34D321;
}
</style>
background-color css
<style>
a { background-color: #34D321; }
a { background-color: rgb(52,211,33); }
div.DivClassName
{
background-color: #34D321;
}
.BgClassName
{
background-color: #34D321;
}
</style>
border-color css
<style>
span { border-color: #34D321; }
span { border-color: rgb(52,211,33); }
td.TdClassName
{
border-color: #34D321;
}
.TagClassName
{
border-color: #34D321;
}
</style>