Shades of Lime Green #2AB925
Tints of Lime Green #2AB925
RGB
CMYK
RGB Variations
Color information
#2AB925 (or 0x2AB925) is known color: Lime Green. HEX triplet: 2A, B9 and 25. RGB value is (42,185,37). Sum of RGB (Red+Green+Blue) = 42+185+37=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 185 (72.66% from 255 or 70.08% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB925 is #D546DA. Grayscale: #7D7D7D. Windows color (decimal): -13977307 or 2472234. OLE color: 2472234.
HSL color Cylindrical-coordinate representation of color #2AB925: hue angle of 117.97º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AB925 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 37 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.27 |
| HSL | 117.97º | 0.67% | 0.44% | - |
| HSV(B) | 117.97º | 0.8% | 0.73% | - |
| XYZ | 18.64 | 35.32 | 7.59 | - |
| YUV | 125.37 | 78.12 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 37 | 0.77 | 0 | 0.80 | 0.27 | 117.97 | 0.67 | 0.44 |
| Hex | 2A | B9 | 25 | 4D | 0 | 50 | 1B | 76 | 43 | 2C |
| Octal | 52 | 271 | 45 | 115 | 0 | 120 | 33 | 166 | 103 | 54 |
| Binary | 101010 | 10111001 | 100101 | 1001101 | 0 | 1010000 | 11011 | 1110110 | 1000011 | 101100 |
Color Harmonies of #2AB925
Complementary color
Monochromatic Colors of #2AB925
Black with #2AB925
Text Example
Text Example
White with #2AB925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB925; }
p { color: rgb(42,185,37); }
H1.HeaderClassName
{
color: #2AB925;
}
.AnyTagClassName
{
color: #2AB925;
}
</style>
background-color css
<style>
a { background-color: #2AB925; }
a { background-color: rgb(42,185,37); }
div.DivClassName
{
background-color: #2AB925;
}
.BgClassName
{
background-color: #2AB925;
}
</style>
border-color css
<style>
span { border-color: #2AB925; }
span { border-color: rgb(42,185,37); }
td.TdClassName
{
border-color: #2AB925;
}
.TagClassName
{
border-color: #2AB925;
}
</style>