Shades of Lime Green #2AB23A
Tints of Lime Green #2AB23A
RGB
CMYK
RGB Variations
Color information
#2AB23A (or 0x2AB23A) is known color: Lime Green. HEX triplet: 2A, B2 and 3A. RGB value is (42,178,58). Sum of RGB (Red+Green+Blue) = 42+178+58=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 178 (69.92% from 255 or 64.03% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB23A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB23A is #D54DC5. Grayscale: #7B7B7B. Windows color (decimal): -13979078 or 3846698. OLE color: 3846698.
HSL color Cylindrical-coordinate representation of color #2AB23A: hue angle of 127.06º 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 #2AB23A is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 178 | 58 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.30 |
| HSL | 127.06º | 0.62% | 0.43% | - |
| HSV(B) | 127.06º | 0.76% | 0.7% | - |
| XYZ | 17.64 | 32.64 | 9.37 | - |
| YUV | 123.66 | 90.94 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 58 | 0.76 | 0 | 0.67 | 0.30 | 127.06 | 0.62 | 0.43 |
| Hex | 2A | B2 | 3A | 4C | 0 | 43 | 1E | 7F | 3E | 2B |
| Octal | 52 | 262 | 72 | 114 | 0 | 103 | 36 | 177 | 76 | 53 |
| Binary | 101010 | 10110010 | 111010 | 1001100 | 0 | 1000011 | 11110 | 1111111 | 111110 | 101011 |
Color Harmonies of #2AB23A
Complementary color
Monochromatic Colors of #2AB23A
Black with #2AB23A
Text Example
Text Example
White with #2AB23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB23A; }
p { color: rgb(42,178,58); }
H1.HeaderClassName
{
color: #2AB23A;
}
.AnyTagClassName
{
color: #2AB23A;
}
</style>
background-color css
<style>
a { background-color: #2AB23A; }
a { background-color: rgb(42,178,58); }
div.DivClassName
{
background-color: #2AB23A;
}
.BgClassName
{
background-color: #2AB23A;
}
</style>
border-color css
<style>
span { border-color: #2AB23A; }
span { border-color: rgb(42,178,58); }
td.TdClassName
{
border-color: #2AB23A;
}
.TagClassName
{
border-color: #2AB23A;
}
</style>