Shades of Lime Green #2AB330
Tints of Lime Green #2AB330
RGB
CMYK
RGB Variations
Color information
#2AB330 (or 0x2AB330) is known color: Lime Green. HEX triplet: 2A, B3 and 30. RGB value is (42,179,48). Sum of RGB (Red+Green+Blue) = 42+179+48=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 179 (70.31% from 255 or 66.54% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB330 is #D54CCF. Grayscale: #7B7B7B. Windows color (decimal): -13978832 or 3191594. OLE color: 3191594.
HSL color Cylindrical-coordinate representation of color #2AB330: hue angle of 122.63º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB330 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 48 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.30 |
| HSL | 122.63º | 0.62% | 0.43% | - |
| HSV(B) | 122.63º | 0.77% | 0.7% | - |
| XYZ | 17.61 | 32.95 | 8.23 | - |
| YUV | 123.1 | 85.61 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 48 | 0.77 | 0 | 0.73 | 0.30 | 122.63 | 0.62 | 0.43 |
| Hex | 2A | B3 | 30 | 4D | 0 | 49 | 1E | 7B | 3E | 2B |
| Octal | 52 | 263 | 60 | 115 | 0 | 111 | 36 | 173 | 76 | 53 |
| Binary | 101010 | 10110011 | 110000 | 1001101 | 0 | 1001001 | 11110 | 1111011 | 111110 | 101011 |
Color Harmonies of #2AB330
Complementary color
Monochromatic Colors of #2AB330
Black with #2AB330
Text Example
Text Example
White with #2AB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB330; }
p { color: rgb(42,179,48); }
H1.HeaderClassName
{
color: #2AB330;
}
.AnyTagClassName
{
color: #2AB330;
}
</style>
background-color css
<style>
a { background-color: #2AB330; }
a { background-color: rgb(42,179,48); }
div.DivClassName
{
background-color: #2AB330;
}
.BgClassName
{
background-color: #2AB330;
}
</style>
border-color css
<style>
span { border-color: #2AB330; }
span { border-color: rgb(42,179,48); }
td.TdClassName
{
border-color: #2AB330;
}
.TagClassName
{
border-color: #2AB330;
}
</style>