Shades of Lime Green #2AB41B
Tints of Lime Green #2AB41B
RGB
CMYK
RGB Variations
Color information
#2AB41B (or 0x2AB41B) is known color: Lime Green. HEX triplet: 2A, B4 and 1B. RGB value is (42,180,27). Sum of RGB (Red+Green+Blue) = 42+180+27=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 180 (70.70% from 255 or 72.29% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB41B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB41B is #D54BE4. Grayscale: #797979. Windows color (decimal): -13978597 or 1815594. OLE color: 1815594.
HSL color Cylindrical-coordinate representation of color #2AB41B: hue angle of 114.12º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AB41B is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 27 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.29 |
| HSL | 114.12º | 0.74% | 0.41% | - |
| HSV(B) | 114.12º | 0.85% | 0.71% | - |
| XYZ | 17.47 | 33.21 | 6.53 | - |
| YUV | 121.3 | 74.78 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 27 | 0.77 | 0 | 0.85 | 0.29 | 114.12 | 0.74 | 0.41 |
| Hex | 2A | B4 | 1B | 4D | 0 | 55 | 1D | 72 | 4A | 29 |
| Octal | 52 | 264 | 33 | 115 | 0 | 125 | 35 | 162 | 112 | 51 |
| Binary | 101010 | 10110100 | 11011 | 1001101 | 0 | 1010101 | 11101 | 1110010 | 1001010 | 101001 |
Color Harmonies of #2AB41B
Complementary color
Monochromatic Colors of #2AB41B
Black with #2AB41B
Text Example
Text Example
White with #2AB41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB41B; }
p { color: rgb(42,180,27); }
H1.HeaderClassName
{
color: #2AB41B;
}
.AnyTagClassName
{
color: #2AB41B;
}
</style>
background-color css
<style>
a { background-color: #2AB41B; }
a { background-color: rgb(42,180,27); }
div.DivClassName
{
background-color: #2AB41B;
}
.BgClassName
{
background-color: #2AB41B;
}
</style>
border-color css
<style>
span { border-color: #2AB41B; }
span { border-color: rgb(42,180,27); }
td.TdClassName
{
border-color: #2AB41B;
}
.TagClassName
{
border-color: #2AB41B;
}
</style>