Shades of Lime Green #34AE32
Tints of Lime Green #34AE32
RGB
CMYK
RGB Variations
Color information
#34AE32 (or 0x34AE32) is known color: Lime Green. HEX triplet: 34, AE and 32. RGB value is (52,174,50). Sum of RGB (Red+Green+Blue) = 52+174+50=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 174 (68.36% from 255 or 63.04% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 174 - color contains mainly: green. Hex color #34AE32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AE32 is #CB51CD. Grayscale: #7B7B7B. Windows color (decimal): -13324750 or 3321396. OLE color: 3321396.
HSL color Cylindrical-coordinate representation of color #34AE32: hue angle of 119.03º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34AE32 is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 174 | 50 | - |
| CMYK | 0.70 | 0 | 0.71 | 0.32 |
| HSL | 119.03º | 0.55% | 0.44% | - |
| HSV(B) | 119.03º | 0.71% | 0.68% | - |
| XYZ | 17.13 | 31.23 | 8.14 | - |
| YUV | 123.39 | 86.58 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 174 | 50 | 0.70 | 0 | 0.71 | 0.32 | 119.03 | 0.55 | 0.44 |
| Hex | 34 | AE | 32 | 46 | 0 | 47 | 20 | 77 | 37 | 2C |
| Octal | 64 | 256 | 62 | 106 | 0 | 107 | 40 | 167 | 67 | 54 |
| Binary | 110100 | 10101110 | 110010 | 1000110 | 0 | 1000111 | 100000 | 1110111 | 110111 | 101100 |
Color Harmonies of #34AE32
Complementary color
Monochromatic Colors of #34AE32
Black with #34AE32
Text Example
Text Example
White with #34AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AE32; }
p { color: rgb(52,174,50); }
H1.HeaderClassName
{
color: #34AE32;
}
.AnyTagClassName
{
color: #34AE32;
}
</style>
background-color css
<style>
a { background-color: #34AE32; }
a { background-color: rgb(52,174,50); }
div.DivClassName
{
background-color: #34AE32;
}
.BgClassName
{
background-color: #34AE32;
}
</style>
border-color css
<style>
span { border-color: #34AE32; }
span { border-color: rgb(52,174,50); }
td.TdClassName
{
border-color: #34AE32;
}
.TagClassName
{
border-color: #34AE32;
}
</style>