Shades of Lime Green #2AB11F
Tints of Lime Green #2AB11F
RGB
CMYK
RGB Variations
Color information
#2AB11F (or 0x2AB11F) is known color: Lime Green. HEX triplet: 2A, B1 and 1F. RGB value is (42,177,31). Sum of RGB (Red+Green+Blue) = 42+177+31=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 177 (69.53% from 255 or 70.8% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB11F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB11F is #D54EE0. Grayscale: #787878. Windows color (decimal): -13979361 or 2076970. OLE color: 2076970.
HSL color Cylindrical-coordinate representation of color #2AB11F: hue angle of 115.48º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AB11F is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 177 | 31 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.31 |
| HSL | 115.48º | 0.7% | 0.41% | - |
| HSV(B) | 115.48º | 0.82% | 0.69% | - |
| XYZ | 16.92 | 32.04 | 6.59 | - |
| YUV | 119.99 | 77.77 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 177 | 31 | 0.76 | 0 | 0.82 | 0.31 | 115.48 | 0.7 | 0.41 |
| Hex | 2A | B1 | 1F | 4C | 0 | 52 | 1F | 73 | 46 | 29 |
| Octal | 52 | 261 | 37 | 114 | 0 | 122 | 37 | 163 | 106 | 51 |
| Binary | 101010 | 10110001 | 11111 | 1001100 | 0 | 1010010 | 11111 | 1110011 | 1000110 | 101001 |
Color Harmonies of #2AB11F
Complementary color
Monochromatic Colors of #2AB11F
Black with #2AB11F
Text Example
Text Example
White with #2AB11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB11F; }
p { color: rgb(42,177,31); }
H1.HeaderClassName
{
color: #2AB11F;
}
.AnyTagClassName
{
color: #2AB11F;
}
</style>
background-color css
<style>
a { background-color: #2AB11F; }
a { background-color: rgb(42,177,31); }
div.DivClassName
{
background-color: #2AB11F;
}
.BgClassName
{
background-color: #2AB11F;
}
</style>
border-color css
<style>
span { border-color: #2AB11F; }
span { border-color: rgb(42,177,31); }
td.TdClassName
{
border-color: #2AB11F;
}
.TagClassName
{
border-color: #2AB11F;
}
</style>