Shades of Lime Green #2AB41C
Tints of Lime Green #2AB41C
RGB
CMYK
RGB Variations
Color information
#2AB41C (or 0x2AB41C) is known color: Lime Green. HEX triplet: 2A, B4 and 1C. RGB value is (42,180,28). Sum of RGB (Red+Green+Blue) = 42+180+28=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 180 (70.70% from 255 or 72% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB41C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB41C is #D54BE3. Grayscale: #797979. Windows color (decimal): -13978596 or 1881130. OLE color: 1881130.
HSL color Cylindrical-coordinate representation of color #2AB41C: hue angle of 114.47º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AB41C is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 28 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.29 |
| HSL | 114.47º | 0.73% | 0.41% | - |
| HSV(B) | 114.47º | 0.84% | 0.71% | - |
| XYZ | 17.49 | 33.22 | 6.59 | - |
| YUV | 121.41 | 75.28 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 28 | 0.77 | 0 | 0.84 | 0.29 | 114.47 | 0.73 | 0.41 |
| Hex | 2A | B4 | 1C | 4D | 0 | 54 | 1D | 72 | 49 | 29 |
| Octal | 52 | 264 | 34 | 115 | 0 | 124 | 35 | 162 | 111 | 51 |
| Binary | 101010 | 10110100 | 11100 | 1001101 | 0 | 1010100 | 11101 | 1110010 | 1001001 | 101001 |
Color Harmonies of #2AB41C
Complementary color
Monochromatic Colors of #2AB41C
Black with #2AB41C
Text Example
Text Example
White with #2AB41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB41C; }
p { color: rgb(42,180,28); }
H1.HeaderClassName
{
color: #2AB41C;
}
.AnyTagClassName
{
color: #2AB41C;
}
</style>
background-color css
<style>
a { background-color: #2AB41C; }
a { background-color: rgb(42,180,28); }
div.DivClassName
{
background-color: #2AB41C;
}
.BgClassName
{
background-color: #2AB41C;
}
</style>
border-color css
<style>
span { border-color: #2AB41C; }
span { border-color: rgb(42,180,28); }
td.TdClassName
{
border-color: #2AB41C;
}
.TagClassName
{
border-color: #2AB41C;
}
</style>