Shades of Lime Green #2AB13B
Tints of Lime Green #2AB13B
RGB
CMYK
RGB Variations
Color information
#2AB13B (or 0x2AB13B) is known color: Lime Green. HEX triplet: 2A, B1 and 3B. RGB value is (42,177,59). Sum of RGB (Red+Green+Blue) = 42+177+59=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 177 (69.53% from 255 or 63.67% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB13B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB13B is #D54EC4. Grayscale: #7B7B7B. Windows color (decimal): -13979333 or 3911978. OLE color: 3911978.
HSL color Cylindrical-coordinate representation of color #2AB13B: hue angle of 127.56º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB13B is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 177 | 59 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.31 |
| HSL | 127.56º | 0.62% | 0.43% | - |
| HSV(B) | 127.56º | 0.76% | 0.69% | - |
| XYZ | 17.47 | 32.25 | 9.44 | - |
| YUV | 123.18 | 91.77 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 177 | 59 | 0.76 | 0 | 0.67 | 0.31 | 127.56 | 0.62 | 0.43 |
| Hex | 2A | B1 | 3B | 4C | 0 | 43 | 1F | 80 | 3E | 2B |
| Octal | 52 | 261 | 73 | 114 | 0 | 103 | 37 | 200 | 76 | 53 |
| Binary | 101010 | 10110001 | 111011 | 1001100 | 0 | 1000011 | 11111 | 10000000 | 111110 | 101011 |
Color Harmonies of #2AB13B
Complementary color
Monochromatic Colors of #2AB13B
Black with #2AB13B
Text Example
Text Example
White with #2AB13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB13B; }
p { color: rgb(42,177,59); }
H1.HeaderClassName
{
color: #2AB13B;
}
.AnyTagClassName
{
color: #2AB13B;
}
</style>
background-color css
<style>
a { background-color: #2AB13B; }
a { background-color: rgb(42,177,59); }
div.DivClassName
{
background-color: #2AB13B;
}
.BgClassName
{
background-color: #2AB13B;
}
</style>
border-color css
<style>
span { border-color: #2AB13B; }
span { border-color: rgb(42,177,59); }
td.TdClassName
{
border-color: #2AB13B;
}
.TagClassName
{
border-color: #2AB13B;
}
</style>