Shades of Lime Green #2AB831
Tints of Lime Green #2AB831
RGB
CMYK
RGB Variations
Color information
#2AB831 (or 0x2AB831) is known color: Lime Green. HEX triplet: 2A, B8 and 31. RGB value is (42,184,49). Sum of RGB (Red+Green+Blue) = 42+184+49=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 184 (72.27% from 255 or 66.91% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB831 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB831 is #D547CE. Grayscale: #7E7E7E. Windows color (decimal): -13977551 or 3258410. OLE color: 3258410.
HSL color Cylindrical-coordinate representation of color #2AB831: hue angle of 122.96º 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 #2AB831 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 184 | 49 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.28 |
| HSL | 122.96º | 0.63% | 0.44% | - |
| HSV(B) | 122.96º | 0.77% | 0.72% | - |
| XYZ | 18.65 | 34.99 | 8.68 | - |
| YUV | 126.15 | 84.46 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 184 | 49 | 0.77 | 0 | 0.73 | 0.28 | 122.96 | 0.63 | 0.44 |
| Hex | 2A | B8 | 31 | 4D | 0 | 49 | 1C | 7B | 3F | 2C |
| Octal | 52 | 270 | 61 | 115 | 0 | 111 | 34 | 173 | 77 | 54 |
| Binary | 101010 | 10111000 | 110001 | 1001101 | 0 | 1001001 | 11100 | 1111011 | 111111 | 101100 |
Color Harmonies of #2AB831
Complementary color
Monochromatic Colors of #2AB831
Black with #2AB831
Text Example
Text Example
White with #2AB831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB831; }
p { color: rgb(42,184,49); }
H1.HeaderClassName
{
color: #2AB831;
}
.AnyTagClassName
{
color: #2AB831;
}
</style>
background-color css
<style>
a { background-color: #2AB831; }
a { background-color: rgb(42,184,49); }
div.DivClassName
{
background-color: #2AB831;
}
.BgClassName
{
background-color: #2AB831;
}
</style>
border-color css
<style>
span { border-color: #2AB831; }
span { border-color: rgb(42,184,49); }
td.TdClassName
{
border-color: #2AB831;
}
.TagClassName
{
border-color: #2AB831;
}
</style>