Shades of Lime Green #34AD3A
Tints of Lime Green #34AD3A
RGB
CMYK
RGB Variations
Color information
#34AD3A (or 0x34AD3A) is known color: Lime Green. HEX triplet: 34, AD and 3A. RGB value is (52,173,58). Sum of RGB (Red+Green+Blue) = 52+173+58=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 173 (67.97% from 255 or 61.13% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AD3A is #CB52C5. Grayscale: #7C7C7C. Windows color (decimal): -13324998 or 3845428. OLE color: 3845428.
HSL color Cylindrical-coordinate representation of color #34AD3A: hue angle of 122.98º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AD3A is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 173 | 58 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.32 |
| HSL | 122.98º | 0.54% | 0.44% | - |
| HSV(B) | 122.98º | 0.7% | 0.68% | - |
| XYZ | 17.12 | 30.92 | 9.07 | - |
| YUV | 123.71 | 90.91 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 58 | 0.70 | 0 | 0.66 | 0.32 | 122.98 | 0.54 | 0.44 |
| Hex | 34 | AD | 3A | 46 | 0 | 42 | 20 | 7B | 36 | 2C |
| Octal | 64 | 255 | 72 | 106 | 0 | 102 | 40 | 173 | 66 | 54 |
| Binary | 110100 | 10101101 | 111010 | 1000110 | 0 | 1000010 | 100000 | 1111011 | 110110 | 101100 |
Color Harmonies of #34AD3A
Complementary color
Monochromatic Colors of #34AD3A
Black with #34AD3A
Text Example
Text Example
White with #34AD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AD3A; }
p { color: rgb(52,173,58); }
H1.HeaderClassName
{
color: #34AD3A;
}
.AnyTagClassName
{
color: #34AD3A;
}
</style>
background-color css
<style>
a { background-color: #34AD3A; }
a { background-color: rgb(52,173,58); }
div.DivClassName
{
background-color: #34AD3A;
}
.BgClassName
{
background-color: #34AD3A;
}
</style>
border-color css
<style>
span { border-color: #34AD3A; }
span { border-color: rgb(52,173,58); }
td.TdClassName
{
border-color: #34AD3A;
}
.TagClassName
{
border-color: #34AD3A;
}
</style>