Shades of Lime Green #2AB938
Tints of Lime Green #2AB938
RGB
CMYK
RGB Variations
Color information
#2AB938 (or 0x2AB938) is known color: Lime Green. HEX triplet: 2A, B9 and 38. RGB value is (42,185,56). Sum of RGB (Red+Green+Blue) = 42+185+56=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 185 (72.66% from 255 or 65.37% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB938 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB938 is #D546C7. Grayscale: #7F7F7F. Windows color (decimal): -13977288 or 3717418. OLE color: 3717418.
HSL color Cylindrical-coordinate representation of color #2AB938: hue angle of 125.87º 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 #2AB938 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 56 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.27 |
| HSL | 125.87º | 0.63% | 0.45% | - |
| HSV(B) | 125.87º | 0.77% | 0.73% | - |
| XYZ | 19.02 | 35.48 | 9.59 | - |
| YUV | 127.54 | 87.62 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 56 | 0.77 | 0 | 0.70 | 0.27 | 125.87 | 0.63 | 0.45 |
| Hex | 2A | B9 | 38 | 4D | 0 | 46 | 1B | 7E | 3F | 2D |
| Octal | 52 | 271 | 70 | 115 | 0 | 106 | 33 | 176 | 77 | 55 |
| Binary | 101010 | 10111001 | 111000 | 1001101 | 0 | 1000110 | 11011 | 1111110 | 111111 | 101101 |
Color Harmonies of #2AB938
Complementary color
Monochromatic Colors of #2AB938
Black with #2AB938
Text Example
Text Example
White with #2AB938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB938; }
p { color: rgb(42,185,56); }
H1.HeaderClassName
{
color: #2AB938;
}
.AnyTagClassName
{
color: #2AB938;
}
</style>
background-color css
<style>
a { background-color: #2AB938; }
a { background-color: rgb(42,185,56); }
div.DivClassName
{
background-color: #2AB938;
}
.BgClassName
{
background-color: #2AB938;
}
</style>
border-color css
<style>
span { border-color: #2AB938; }
span { border-color: rgb(42,185,56); }
td.TdClassName
{
border-color: #2AB938;
}
.TagClassName
{
border-color: #2AB938;
}
</style>