Shades of Lime Green #34A934
Tints of Lime Green #34A934
RGB
CMYK
RGB Variations
Color information
#34A934 (or 0x34A934) is known color: Lime Green. HEX triplet: 34, A9 and 34. RGB value is (52,169,52). Sum of RGB (Red+Green+Blue) = 52+169+52=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 169 (66.41% from 255 or 61.90% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 169 - color contains mainly: green. Hex color #34A934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A934 is #CB56CB. Grayscale: #797979. Windows color (decimal): -13326028 or 3451188. OLE color: 3451188.
HSL color Cylindrical-coordinate representation of color #34A934: hue angle of 120º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A934 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 169 | 52 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.34 |
| HSL | 120º | 0.53% | 0.43% | - |
| HSV(B) | 120º | 0.69% | 0.66% | - |
| XYZ | 16.22 | 29.35 | 8.06 | - |
| YUV | 120.68 | 89.24 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 169 | 52 | 0.69 | 0 | 0.69 | 0.34 | 120 | 0.53 | 0.43 |
| Hex | 34 | A9 | 34 | 45 | 0 | 45 | 22 | 78 | 35 | 2B |
| Octal | 64 | 251 | 64 | 105 | 0 | 105 | 42 | 170 | 65 | 53 |
| Binary | 110100 | 10101001 | 110100 | 1000101 | 0 | 1000101 | 100010 | 1111000 | 110101 | 101011 |
Color Harmonies of #34A934
Complementary color
Monochromatic Colors of #34A934
Black with #34A934
Text Example
Text Example
White with #34A934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A934; }
p { color: rgb(52,169,52); }
H1.HeaderClassName
{
color: #34A934;
}
.AnyTagClassName
{
color: #34A934;
}
</style>
background-color css
<style>
a { background-color: #34A934; }
a { background-color: rgb(52,169,52); }
div.DivClassName
{
background-color: #34A934;
}
.BgClassName
{
background-color: #34A934;
}
</style>
border-color css
<style>
span { border-color: #34A934; }
span { border-color: rgb(52,169,52); }
td.TdClassName
{
border-color: #34A934;
}
.TagClassName
{
border-color: #34A934;
}
</style>