Shades of Lime Green #2AB843
Tints of Lime Green #2AB843
RGB
CMYK
RGB Variations
Color information
#2AB843 (or 0x2AB843) is known color: Lime Green. HEX triplet: 2A, B8 and 43. RGB value is (42,184,67). Sum of RGB (Red+Green+Blue) = 42+184+67=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 184 (72.27% from 255 or 62.80% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB843 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB843 is #D547BC. Grayscale: #808080. Windows color (decimal): -13977533 or 4438058. OLE color: 4438058.
HSL color Cylindrical-coordinate representation of color #2AB843: hue angle of 130.56º 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 #2AB843 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 184 | 67 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.28 |
| HSL | 130.56º | 0.63% | 0.44% | - |
| HSV(B) | 130.56º | 0.77% | 0.72% | - |
| XYZ | 19.11 | 35.18 | 11.09 | - |
| YUV | 128.2 | 93.46 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 184 | 67 | 0.77 | 0 | 0.64 | 0.28 | 130.56 | 0.63 | 0.44 |
| Hex | 2A | B8 | 43 | 4D | 0 | 40 | 1C | 83 | 3F | 2C |
| Octal | 52 | 270 | 103 | 115 | 0 | 100 | 34 | 203 | 77 | 54 |
| Binary | 101010 | 10111000 | 1000011 | 1001101 | 0 | 1000000 | 11100 | 10000011 | 111111 | 101100 |
Color Harmonies of #2AB843
Complementary color
Monochromatic Colors of #2AB843
Black with #2AB843
Text Example
Text Example
White with #2AB843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB843; }
p { color: rgb(42,184,67); }
H1.HeaderClassName
{
color: #2AB843;
}
.AnyTagClassName
{
color: #2AB843;
}
</style>
background-color css
<style>
a { background-color: #2AB843; }
a { background-color: rgb(42,184,67); }
div.DivClassName
{
background-color: #2AB843;
}
.BgClassName
{
background-color: #2AB843;
}
</style>
border-color css
<style>
span { border-color: #2AB843; }
span { border-color: rgb(42,184,67); }
td.TdClassName
{
border-color: #2AB843;
}
.TagClassName
{
border-color: #2AB843;
}
</style>