Shades of Lime Green #34AD27
Tints of Lime Green #34AD27
RGB
CMYK
RGB Variations
Color information
#34AD27 (or 0x34AD27) is known color: Lime Green. HEX triplet: 34, AD and 27. RGB value is (52,173,39). Sum of RGB (Red+Green+Blue) = 52+173+39=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 173 (67.97% from 255 or 65.53% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AD27 is #CB52D8. Grayscale: #797979. Windows color (decimal): -13325017 or 2600244. OLE color: 2600244.
HSL color Cylindrical-coordinate representation of color #34AD27: hue angle of 114.18º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34AD27 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 173 | 39 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.32 |
| HSL | 114.18º | 0.63% | 0.42% | - |
| HSV(B) | 114.18º | 0.77% | 0.68% | - |
| XYZ | 16.73 | 30.76 | 6.98 | - |
| YUV | 121.55 | 81.41 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 39 | 0.70 | 0 | 0.77 | 0.32 | 114.18 | 0.63 | 0.42 |
| Hex | 34 | AD | 27 | 46 | 0 | 4D | 20 | 72 | 3F | 2A |
| Octal | 64 | 255 | 47 | 106 | 0 | 115 | 40 | 162 | 77 | 52 |
| Binary | 110100 | 10101101 | 100111 | 1000110 | 0 | 1001101 | 100000 | 1110010 | 111111 | 101010 |
Color Harmonies of #34AD27
Complementary color
Monochromatic Colors of #34AD27
Black with #34AD27
Text Example
Text Example
White with #34AD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AD27; }
p { color: rgb(52,173,39); }
H1.HeaderClassName
{
color: #34AD27;
}
.AnyTagClassName
{
color: #34AD27;
}
</style>
background-color css
<style>
a { background-color: #34AD27; }
a { background-color: rgb(52,173,39); }
div.DivClassName
{
background-color: #34AD27;
}
.BgClassName
{
background-color: #34AD27;
}
</style>
border-color css
<style>
span { border-color: #34AD27; }
span { border-color: rgb(52,173,39); }
td.TdClassName
{
border-color: #34AD27;
}
.TagClassName
{
border-color: #34AD27;
}
</style>