Shades of Lime Green #34AB32
Tints of Lime Green #34AB32
RGB
CMYK
RGB Variations
Color information
#34AB32 (or 0x34AB32) is known color: Lime Green. HEX triplet: 34, AB and 32. RGB value is (52,171,50). Sum of RGB (Red+Green+Blue) = 52+171+50=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 171 (67.19% from 255 or 62.64% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AB32 is #CB54CD. Grayscale: #797979. Windows color (decimal): -13325518 or 3320628. OLE color: 3320628.
HSL color Cylindrical-coordinate representation of color #34AB32: hue angle of 119.01º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34AB32 is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 171 | 50 | - |
| CMYK | 0.70 | 0 | 0.71 | 0.33 |
| HSL | 119.01º | 0.55% | 0.43% | - |
| HSV(B) | 119.01º | 0.71% | 0.67% | - |
| XYZ | 16.55 | 30.09 | 7.95 | - |
| YUV | 121.63 | 87.58 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 171 | 50 | 0.70 | 0 | 0.71 | 0.33 | 119.01 | 0.55 | 0.43 |
| Hex | 34 | AB | 32 | 46 | 0 | 47 | 21 | 77 | 37 | 2B |
| Octal | 64 | 253 | 62 | 106 | 0 | 107 | 41 | 167 | 67 | 53 |
| Binary | 110100 | 10101011 | 110010 | 1000110 | 0 | 1000111 | 100001 | 1110111 | 110111 | 101011 |
Color Harmonies of #34AB32
Complementary color
Monochromatic Colors of #34AB32
Black with #34AB32
Text Example
Text Example
White with #34AB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AB32; }
p { color: rgb(52,171,50); }
H1.HeaderClassName
{
color: #34AB32;
}
.AnyTagClassName
{
color: #34AB32;
}
</style>
background-color css
<style>
a { background-color: #34AB32; }
a { background-color: rgb(52,171,50); }
div.DivClassName
{
background-color: #34AB32;
}
.BgClassName
{
background-color: #34AB32;
}
</style>
border-color css
<style>
span { border-color: #34AB32; }
span { border-color: rgb(52,171,50); }
td.TdClassName
{
border-color: #34AB32;
}
.TagClassName
{
border-color: #34AB32;
}
</style>