Shades of Lime Green #2AB848
Tints of Lime Green #2AB848
RGB
CMYK
RGB Variations
Color information
#2AB848 (or 0x2AB848) is known color: Lime Green. HEX triplet: 2A, B8 and 48. RGB value is (42,184,72). Sum of RGB (Red+Green+Blue) = 42+184+72=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 184 (72.27% from 255 or 61.74% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB848 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB848 is #D547B7. Grayscale: #818181. Windows color (decimal): -13977528 or 4765738. OLE color: 4765738.
HSL color Cylindrical-coordinate representation of color #2AB848: hue angle of 132.68º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB848 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 184 | 72 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.28 |
| HSL | 132.68º | 0.63% | 0.44% | - |
| HSV(B) | 132.68º | 0.77% | 0.72% | - |
| XYZ | 19.27 | 35.24 | 11.92 | - |
| YUV | 128.77 | 95.96 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 184 | 72 | 0.77 | 0 | 0.61 | 0.28 | 132.68 | 0.63 | 0.44 |
| Hex | 2A | B8 | 48 | 4D | 0 | 3D | 1C | 85 | 3F | 2C |
| Octal | 52 | 270 | 110 | 115 | 0 | 75 | 34 | 205 | 77 | 54 |
| Binary | 101010 | 10111000 | 1001000 | 1001101 | 0 | 111101 | 11100 | 10000101 | 111111 | 101100 |
Color Harmonies of #2AB848
Complementary color
Monochromatic Colors of #2AB848
Black with #2AB848
Text Example
Text Example
White with #2AB848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB848; }
p { color: rgb(42,184,72); }
H1.HeaderClassName
{
color: #2AB848;
}
.AnyTagClassName
{
color: #2AB848;
}
</style>
background-color css
<style>
a { background-color: #2AB848; }
a { background-color: rgb(42,184,72); }
div.DivClassName
{
background-color: #2AB848;
}
.BgClassName
{
background-color: #2AB848;
}
</style>
border-color css
<style>
span { border-color: #2AB848; }
span { border-color: rgb(42,184,72); }
td.TdClassName
{
border-color: #2AB848;
}
.TagClassName
{
border-color: #2AB848;
}
</style>