Shades of Lime Green #2AB546
Tints of Lime Green #2AB546
RGB
CMYK
RGB Variations
Color information
#2AB546 (or 0x2AB546) is known color: Lime Green. HEX triplet: 2A, B5 and 46. RGB value is (42,181,70). Sum of RGB (Red+Green+Blue) = 42+181+70=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 181 (71.09% from 255 or 61.77% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB546 is #D54AB9. Grayscale: #7F7F7F. Windows color (decimal): -13978298 or 4633898. OLE color: 4633898.
HSL color Cylindrical-coordinate representation of color #2AB546: hue angle of 132.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB546 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 70 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.29 |
| HSL | 132.09º | 0.62% | 0.44% | - |
| HSV(B) | 132.09º | 0.77% | 0.71% | - |
| XYZ | 18.58 | 33.98 | 11.37 | - |
| YUV | 126.79 | 95.95 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 70 | 0.77 | 0 | 0.61 | 0.29 | 132.09 | 0.62 | 0.44 |
| Hex | 2A | B5 | 46 | 4D | 0 | 3D | 1D | 84 | 3E | 2C |
| Octal | 52 | 265 | 106 | 115 | 0 | 75 | 35 | 204 | 76 | 54 |
| Binary | 101010 | 10110101 | 1000110 | 1001101 | 0 | 111101 | 11101 | 10000100 | 111110 | 101100 |
Color Harmonies of #2AB546
Complementary color
Monochromatic Colors of #2AB546
Black with #2AB546
Text Example
Text Example
White with #2AB546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB546; }
p { color: rgb(42,181,70); }
H1.HeaderClassName
{
color: #2AB546;
}
.AnyTagClassName
{
color: #2AB546;
}
</style>
background-color css
<style>
a { background-color: #2AB546; }
a { background-color: rgb(42,181,70); }
div.DivClassName
{
background-color: #2AB546;
}
.BgClassName
{
background-color: #2AB546;
}
</style>
border-color css
<style>
span { border-color: #2AB546; }
span { border-color: rgb(42,181,70); }
td.TdClassName
{
border-color: #2AB546;
}
.TagClassName
{
border-color: #2AB546;
}
</style>