Shades of Lime Green #2AB239
Tints of Lime Green #2AB239
RGB
CMYK
RGB Variations
Color information
#2AB239 (or 0x2AB239) is known color: Lime Green. HEX triplet: 2A, B2 and 39. RGB value is (42,178,57). Sum of RGB (Red+Green+Blue) = 42+178+57=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 178 (69.92% from 255 or 64.26% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB239 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB239 is #D54DC6. Grayscale: #7B7B7B. Windows color (decimal): -13979079 or 3781162. OLE color: 3781162.
HSL color Cylindrical-coordinate representation of color #2AB239: hue angle of 126.62º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB239 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 178 | 57 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.30 |
| HSL | 126.62º | 0.62% | 0.43% | - |
| HSV(B) | 126.62º | 0.76% | 0.7% | - |
| XYZ | 17.61 | 32.63 | 9.24 | - |
| YUV | 123.54 | 90.44 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 57 | 0.76 | 0 | 0.68 | 0.30 | 126.62 | 0.62 | 0.43 |
| Hex | 2A | B2 | 39 | 4C | 0 | 44 | 1E | 7F | 3E | 2B |
| Octal | 52 | 262 | 71 | 114 | 0 | 104 | 36 | 177 | 76 | 53 |
| Binary | 101010 | 10110010 | 111001 | 1001100 | 0 | 1000100 | 11110 | 1111111 | 111110 | 101011 |
Color Harmonies of #2AB239
Complementary color
Monochromatic Colors of #2AB239
Black with #2AB239
Text Example
Text Example
White with #2AB239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB239; }
p { color: rgb(42,178,57); }
H1.HeaderClassName
{
color: #2AB239;
}
.AnyTagClassName
{
color: #2AB239;
}
</style>
background-color css
<style>
a { background-color: #2AB239; }
a { background-color: rgb(42,178,57); }
div.DivClassName
{
background-color: #2AB239;
}
.BgClassName
{
background-color: #2AB239;
}
</style>
border-color css
<style>
span { border-color: #2AB239; }
span { border-color: rgb(42,178,57); }
td.TdClassName
{
border-color: #2AB239;
}
.TagClassName
{
border-color: #2AB239;
}
</style>