Shades of Lime Green #2AB92C
Tints of Lime Green #2AB92C
RGB
CMYK
RGB Variations
Color information
#2AB92C (or 0x2AB92C) is known color: Lime Green. HEX triplet: 2A, B9 and 2C. RGB value is (42,185,44). Sum of RGB (Red+Green+Blue) = 42+185+44=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 185 (72.66% from 255 or 68.27% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB92C is #D546D3. Grayscale: #7E7E7E. Windows color (decimal): -13977300 or 2930986. OLE color: 2930986.
HSL color Cylindrical-coordinate representation of color #2AB92C: hue angle of 120.84º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB92C is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 44 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.27 |
| HSL | 120.84º | 0.63% | 0.45% | - |
| HSV(B) | 120.84º | 0.77% | 0.73% | - |
| XYZ | 18.76 | 35.37 | 8.22 | - |
| YUV | 126.17 | 81.62 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 44 | 0.77 | 0 | 0.76 | 0.27 | 120.84 | 0.63 | 0.45 |
| Hex | 2A | B9 | 2C | 4D | 0 | 4C | 1B | 79 | 3F | 2D |
| Octal | 52 | 271 | 54 | 115 | 0 | 114 | 33 | 171 | 77 | 55 |
| Binary | 101010 | 10111001 | 101100 | 1001101 | 0 | 1001100 | 11011 | 1111001 | 111111 | 101101 |
Color Harmonies of #2AB92C
Complementary color
Monochromatic Colors of #2AB92C
Black with #2AB92C
Text Example
Text Example
White with #2AB92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB92C; }
p { color: rgb(42,185,44); }
H1.HeaderClassName
{
color: #2AB92C;
}
.AnyTagClassName
{
color: #2AB92C;
}
</style>
background-color css
<style>
a { background-color: #2AB92C; }
a { background-color: rgb(42,185,44); }
div.DivClassName
{
background-color: #2AB92C;
}
.BgClassName
{
background-color: #2AB92C;
}
</style>
border-color css
<style>
span { border-color: #2AB92C; }
span { border-color: rgb(42,185,44); }
td.TdClassName
{
border-color: #2AB92C;
}
.TagClassName
{
border-color: #2AB92C;
}
</style>