Shades of Lime Green #34AA2C
Tints of Lime Green #34AA2C
RGB
CMYK
RGB Variations
Color information
#34AA2C (or 0x34AA2C) is known color: Lime Green. HEX triplet: 34, AA and 2C. RGB value is (52,170,44). Sum of RGB (Red+Green+Blue) = 52+170+44=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 170 (66.80% from 255 or 63.91% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AA2C is #CB55D3. Grayscale: #787878. Windows color (decimal): -13325780 or 2927156. OLE color: 2927156.
HSL color Cylindrical-coordinate representation of color #34AA2C: hue angle of 116.19º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34AA2C is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 170 | 44 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.33 |
| HSL | 116.19º | 0.59% | 0.42% | - |
| HSV(B) | 116.19º | 0.74% | 0.67% | - |
| XYZ | 16.25 | 29.66 | 7.25 | - |
| YUV | 120.35 | 84.91 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 170 | 44 | 0.69 | 0 | 0.74 | 0.33 | 116.19 | 0.59 | 0.42 |
| Hex | 34 | AA | 2C | 45 | 0 | 4A | 21 | 74 | 3B | 2A |
| Octal | 64 | 252 | 54 | 105 | 0 | 112 | 41 | 164 | 73 | 52 |
| Binary | 110100 | 10101010 | 101100 | 1000101 | 0 | 1001010 | 100001 | 1110100 | 111011 | 101010 |
Color Harmonies of #34AA2C
Complementary color
Monochromatic Colors of #34AA2C
Black with #34AA2C
Text Example
Text Example
White with #34AA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AA2C; }
p { color: rgb(52,170,44); }
H1.HeaderClassName
{
color: #34AA2C;
}
.AnyTagClassName
{
color: #34AA2C;
}
</style>
background-color css
<style>
a { background-color: #34AA2C; }
a { background-color: rgb(52,170,44); }
div.DivClassName
{
background-color: #34AA2C;
}
.BgClassName
{
background-color: #34AA2C;
}
</style>
border-color css
<style>
span { border-color: #34AA2C; }
span { border-color: rgb(52,170,44); }
td.TdClassName
{
border-color: #34AA2C;
}
.TagClassName
{
border-color: #34AA2C;
}
</style>