Shades of Lime Green #2AAB34
Tints of Lime Green #2AAB34
RGB
CMYK
RGB Variations
Color information
#2AAB34 (or 0x2AAB34) is known color: Lime Green. HEX triplet: 2A, AB and 34. RGB value is (42,171,52). Sum of RGB (Red+Green+Blue) = 42+171+52=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 171 (67.19% from 255 or 64.53% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAB34 is #D554CB. Grayscale: #777777. Windows color (decimal): -13980876 or 3451690. OLE color: 3451690.
HSL color Cylindrical-coordinate representation of color #2AAB34: hue angle of 124.65º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB34 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 52 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.33 |
| HSL | 124.65º | 0.61% | 0.42% | - |
| HSV(B) | 124.65º | 0.75% | 0.67% | - |
| XYZ | 16.14 | 29.87 | 8.16 | - |
| YUV | 118.86 | 90.26 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 52 | 0.75 | 0 | 0.70 | 0.33 | 124.65 | 0.61 | 0.42 |
| Hex | 2A | AB | 34 | 4B | 0 | 46 | 21 | 7D | 3D | 2A |
| Octal | 52 | 253 | 64 | 113 | 0 | 106 | 41 | 175 | 75 | 52 |
| Binary | 101010 | 10101011 | 110100 | 1001011 | 0 | 1000110 | 100001 | 1111101 | 111101 | 101010 |
Color Harmonies of #2AAB34
Complementary color
Monochromatic Colors of #2AAB34
Black with #2AAB34
Text Example
Text Example
White with #2AAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB34; }
p { color: rgb(42,171,52); }
H1.HeaderClassName
{
color: #2AAB34;
}
.AnyTagClassName
{
color: #2AAB34;
}
</style>
background-color css
<style>
a { background-color: #2AAB34; }
a { background-color: rgb(42,171,52); }
div.DivClassName
{
background-color: #2AAB34;
}
.BgClassName
{
background-color: #2AAB34;
}
</style>
border-color css
<style>
span { border-color: #2AAB34; }
span { border-color: rgb(42,171,52); }
td.TdClassName
{
border-color: #2AAB34;
}
.TagClassName
{
border-color: #2AAB34;
}
</style>