Shades of Lime Green #34D33A
Tints of Lime Green #34D33A
RGB
CMYK
RGB Variations
Color information
#34D33A (or 0x34D33A) is known color: Lime Green. HEX triplet: 34, D3 and 3A. RGB value is (52,211,58). Sum of RGB (Red+Green+Blue) = 52+211+58=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 211 (82.81% from 255 or 65.73% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 211 - color contains mainly: green. Hex color #34D33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D33A is #CB2CC5. Grayscale: #929292. Windows color (decimal): -13315270 or 3855156. OLE color: 3855156.
HSL color Cylindrical-coordinate representation of color #34D33A: hue angle of 122.26º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D33A is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 211 | 58 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.17 |
| HSL | 122.26º | 0.64% | 0.52% | - |
| HSV(B) | 122.26º | 0.75% | 0.83% | - |
| XYZ | 25.47 | 47.62 | 11.85 | - |
| YUV | 146.02 | 78.32 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 211 | 58 | 0.75 | 0 | 0.73 | 0.17 | 122.26 | 0.64 | 0.52 |
| Hex | 34 | D3 | 3A | 4B | 0 | 49 | 11 | 7A | 40 | 34 |
| Octal | 64 | 323 | 72 | 113 | 0 | 111 | 21 | 172 | 100 | 64 |
| Binary | 110100 | 11010011 | 111010 | 1001011 | 0 | 1001001 | 10001 | 1111010 | 1000000 | 110100 |
Color Harmonies of #34D33A
Complementary color
Monochromatic Colors of #34D33A
Black with #34D33A
Text Example
Text Example
White with #34D33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D33A; }
p { color: rgb(52,211,58); }
H1.HeaderClassName
{
color: #34D33A;
}
.AnyTagClassName
{
color: #34D33A;
}
</style>
background-color css
<style>
a { background-color: #34D33A; }
a { background-color: rgb(52,211,58); }
div.DivClassName
{
background-color: #34D33A;
}
.BgClassName
{
background-color: #34D33A;
}
</style>
border-color css
<style>
span { border-color: #34D33A; }
span { border-color: rgb(52,211,58); }
td.TdClassName
{
border-color: #34D33A;
}
.TagClassName
{
border-color: #34D33A;
}
</style>