Shades of Lime Green #34AB34
Tints of Lime Green #34AB34
RGB
CMYK
RGB Variations
Color information
#34AB34 (or 0x34AB34) is known color: Lime Green. HEX triplet: 34, AB and 34. RGB value is (52,171,52). Sum of RGB (Red+Green+Blue) = 52+171+52=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 171 (67.19% from 255 or 62.18% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AB34 is #CB54CB. Grayscale: #7A7A7A. Windows color (decimal): -13325516 or 3451700. OLE color: 3451700.
HSL color Cylindrical-coordinate representation of color #34AB34: hue angle of 120º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AB34 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 171 | 52 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.33 |
| HSL | 120º | 0.53% | 0.44% | - |
| HSV(B) | 120º | 0.7% | 0.67% | - |
| XYZ | 16.6 | 30.1 | 8.18 | - |
| YUV | 121.85 | 88.58 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 171 | 52 | 0.70 | 0 | 0.70 | 0.33 | 120 | 0.53 | 0.44 |
| Hex | 34 | AB | 34 | 46 | 0 | 46 | 21 | 78 | 35 | 2C |
| Octal | 64 | 253 | 64 | 106 | 0 | 106 | 41 | 170 | 65 | 54 |
| Binary | 110100 | 10101011 | 110100 | 1000110 | 0 | 1000110 | 100001 | 1111000 | 110101 | 101100 |
Color Harmonies of #34AB34
Complementary color
Monochromatic Colors of #34AB34
Black with #34AB34
Text Example
Text Example
White with #34AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AB34; }
p { color: rgb(52,171,52); }
H1.HeaderClassName
{
color: #34AB34;
}
.AnyTagClassName
{
color: #34AB34;
}
</style>
background-color css
<style>
a { background-color: #34AB34; }
a { background-color: rgb(52,171,52); }
div.DivClassName
{
background-color: #34AB34;
}
.BgClassName
{
background-color: #34AB34;
}
</style>
border-color css
<style>
span { border-color: #34AB34; }
span { border-color: rgb(52,171,52); }
td.TdClassName
{
border-color: #34AB34;
}
.TagClassName
{
border-color: #34AB34;
}
</style>