Shades of Lime Green #2AB730
Tints of Lime Green #2AB730
RGB
CMYK
RGB Variations
Color information
#2AB730 (or 0x2AB730) is known color: Lime Green. HEX triplet: 2A, B7 and 30. RGB value is (42,183,48). Sum of RGB (Red+Green+Blue) = 42+183+48=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 183 (71.88% from 255 or 67.03% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB730 is #D548CF. Grayscale: #7D7D7D. Windows color (decimal): -13977808 or 3192618. OLE color: 3192618.
HSL color Cylindrical-coordinate representation of color #2AB730: hue angle of 122.55º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB730 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 48 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.28 |
| HSL | 122.55º | 0.63% | 0.44% | - |
| HSV(B) | 122.55º | 0.77% | 0.72% | - |
| XYZ | 18.42 | 34.57 | 8.5 | - |
| YUV | 125.45 | 84.29 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 48 | 0.77 | 0 | 0.74 | 0.28 | 122.55 | 0.63 | 0.44 |
| Hex | 2A | B7 | 30 | 4D | 0 | 4A | 1C | 7B | 3F | 2C |
| Octal | 52 | 267 | 60 | 115 | 0 | 112 | 34 | 173 | 77 | 54 |
| Binary | 101010 | 10110111 | 110000 | 1001101 | 0 | 1001010 | 11100 | 1111011 | 111111 | 101100 |
Color Harmonies of #2AB730
Complementary color
Monochromatic Colors of #2AB730
Black with #2AB730
Text Example
Text Example
White with #2AB730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB730; }
p { color: rgb(42,183,48); }
H1.HeaderClassName
{
color: #2AB730;
}
.AnyTagClassName
{
color: #2AB730;
}
</style>
background-color css
<style>
a { background-color: #2AB730; }
a { background-color: rgb(42,183,48); }
div.DivClassName
{
background-color: #2AB730;
}
.BgClassName
{
background-color: #2AB730;
}
</style>
border-color css
<style>
span { border-color: #2AB730; }
span { border-color: rgb(42,183,48); }
td.TdClassName
{
border-color: #2AB730;
}
.TagClassName
{
border-color: #2AB730;
}
</style>