Shades of Lime Green #34AF32
Tints of Lime Green #34AF32
RGB
CMYK
RGB Variations
Color information
#34AF32 (or 0x34AF32) is known color: Lime Green. HEX triplet: 34, AF and 32. RGB value is (52,175,50). Sum of RGB (Red+Green+Blue) = 52+175+50=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 175 (68.75% from 255 or 63.18% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AF32 is #CB50CD. Grayscale: #7C7C7C. Windows color (decimal): -13324494 or 3321652. OLE color: 3321652.
HSL color Cylindrical-coordinate representation of color #34AF32: hue angle of 119.04º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34AF32 is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 175 | 50 | - |
| CMYK | 0.70 | 0 | 0.71 | 0.31 |
| HSL | 119.04º | 0.56% | 0.44% | - |
| HSV(B) | 119.04º | 0.71% | 0.69% | - |
| XYZ | 17.32 | 31.62 | 8.21 | - |
| YUV | 123.97 | 86.25 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 175 | 50 | 0.70 | 0 | 0.71 | 0.31 | 119.04 | 0.56 | 0.44 |
| Hex | 34 | AF | 32 | 46 | 0 | 47 | 1F | 77 | 38 | 2C |
| Octal | 64 | 257 | 62 | 106 | 0 | 107 | 37 | 167 | 70 | 54 |
| Binary | 110100 | 10101111 | 110010 | 1000110 | 0 | 1000111 | 11111 | 1110111 | 111000 | 101100 |
Color Harmonies of #34AF32
Complementary color
Monochromatic Colors of #34AF32
Black with #34AF32
Text Example
Text Example
White with #34AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AF32; }
p { color: rgb(52,175,50); }
H1.HeaderClassName
{
color: #34AF32;
}
.AnyTagClassName
{
color: #34AF32;
}
</style>
background-color css
<style>
a { background-color: #34AF32; }
a { background-color: rgb(52,175,50); }
div.DivClassName
{
background-color: #34AF32;
}
.BgClassName
{
background-color: #34AF32;
}
</style>
border-color css
<style>
span { border-color: #34AF32; }
span { border-color: rgb(52,175,50); }
td.TdClassName
{
border-color: #34AF32;
}
.TagClassName
{
border-color: #34AF32;
}
</style>