Shades of Lime Green #34AD31
Tints of Lime Green #34AD31
RGB
CMYK
RGB Variations
Color information
#34AD31 (or 0x34AD31) is known color: Lime Green. HEX triplet: 34, AD and 31. RGB value is (52,173,49). Sum of RGB (Red+Green+Blue) = 52+173+49=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 173 (67.97% from 255 or 63.14% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AD31 is #CB52CE. Grayscale: #7B7B7B. Windows color (decimal): -13325007 or 3255604. OLE color: 3255604.
HSL color Cylindrical-coordinate representation of color #34AD31: hue angle of 118.55º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34AD31 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 173 | 49 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.32 |
| HSL | 118.55º | 0.56% | 0.44% | - |
| HSV(B) | 118.55º | 0.72% | 0.68% | - |
| XYZ | 16.91 | 30.84 | 7.97 | - |
| YUV | 122.69 | 86.41 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 49 | 0.70 | 0 | 0.72 | 0.32 | 118.55 | 0.56 | 0.44 |
| Hex | 34 | AD | 31 | 46 | 0 | 48 | 20 | 77 | 38 | 2C |
| Octal | 64 | 255 | 61 | 106 | 0 | 110 | 40 | 167 | 70 | 54 |
| Binary | 110100 | 10101101 | 110001 | 1000110 | 0 | 1001000 | 100000 | 1110111 | 111000 | 101100 |
Color Harmonies of #34AD31
Complementary color
Monochromatic Colors of #34AD31
Black with #34AD31
Text Example
Text Example
White with #34AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AD31; }
p { color: rgb(52,173,49); }
H1.HeaderClassName
{
color: #34AD31;
}
.AnyTagClassName
{
color: #34AD31;
}
</style>
background-color css
<style>
a { background-color: #34AD31; }
a { background-color: rgb(52,173,49); }
div.DivClassName
{
background-color: #34AD31;
}
.BgClassName
{
background-color: #34AD31;
}
</style>
border-color css
<style>
span { border-color: #34AD31; }
span { border-color: rgb(52,173,49); }
td.TdClassName
{
border-color: #34AD31;
}
.TagClassName
{
border-color: #34AD31;
}
</style>