Shades of Lime Green #34D34A
Tints of Lime Green #34D34A
RGB
CMYK
RGB Variations
Color information
#34D34A (or 0x34D34A) is known color: Lime Green. HEX triplet: 34, D3 and 4A. RGB value is (52,211,74). Sum of RGB (Red+Green+Blue) = 52+211+74=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 211 (82.81% from 255 or 62.61% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 211 - color contains mainly: green. Hex color #34D34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D34A is #CB2CB5. Grayscale: #949494. Windows color (decimal): -13315254 or 4903732. OLE color: 4903732.
HSL color Cylindrical-coordinate representation of color #34D34A: hue angle of 128.3º 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 #34D34A is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 211 | 74 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.17 |
| HSL | 128.3º | 0.64% | 0.52% | - |
| HSV(B) | 128.3º | 0.75% | 0.83% | - |
| XYZ | 25.95 | 47.81 | 14.34 | - |
| YUV | 147.84 | 86.32 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 211 | 74 | 0.75 | 0 | 0.65 | 0.17 | 128.3 | 0.64 | 0.52 |
| Hex | 34 | D3 | 4A | 4B | 0 | 41 | 11 | 80 | 40 | 34 |
| Octal | 64 | 323 | 112 | 113 | 0 | 101 | 21 | 200 | 100 | 64 |
| Binary | 110100 | 11010011 | 1001010 | 1001011 | 0 | 1000001 | 10001 | 10000000 | 1000000 | 110100 |
Color Harmonies of #34D34A
Complementary color
Monochromatic Colors of #34D34A
Black with #34D34A
Text Example
Text Example
White with #34D34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D34A; }
p { color: rgb(52,211,74); }
H1.HeaderClassName
{
color: #34D34A;
}
.AnyTagClassName
{
color: #34D34A;
}
</style>
background-color css
<style>
a { background-color: #34D34A; }
a { background-color: rgb(52,211,74); }
div.DivClassName
{
background-color: #34D34A;
}
.BgClassName
{
background-color: #34D34A;
}
</style>
border-color css
<style>
span { border-color: #34D34A; }
span { border-color: rgb(52,211,74); }
td.TdClassName
{
border-color: #34D34A;
}
.TagClassName
{
border-color: #34D34A;
}
</style>