Shades of Lime Green #2AD937
Tints of Lime Green #2AD937
RGB
CMYK
RGB Variations
Color information
#2AD937 (or 0x2AD937) is known color: Lime Green. HEX triplet: 2A, D9 and 37. RGB value is (42,217,55). Sum of RGB (Red+Green+Blue) = 42+217+55=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 217 (85.16% from 255 or 69.11% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD937 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD937 is #D526C8. Grayscale: #929292. Windows color (decimal): -13969097 or 3660074. OLE color: 3660074.
HSL color Cylindrical-coordinate representation of color #2AD937: hue angle of 124.46º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD937 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 55 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.15 |
| HSL | 124.46º | 0.7% | 0.51% | - |
| HSV(B) | 124.46º | 0.81% | 0.85% | - |
| XYZ | 26.46 | 50.39 | 11.95 | - |
| YUV | 146.21 | 76.52 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 55 | 0.81 | 0 | 0.75 | 0.15 | 124.46 | 0.7 | 0.51 |
| Hex | 2A | D9 | 37 | 51 | 0 | 4B | F | 7C | 46 | 33 |
| Octal | 52 | 331 | 67 | 121 | 0 | 113 | 17 | 174 | 106 | 63 |
| Binary | 101010 | 11011001 | 110111 | 1010001 | 0 | 1001011 | 1111 | 1111100 | 1000110 | 110011 |
Color Harmonies of #2AD937
Complementary color
Monochromatic Colors of #2AD937
Black with #2AD937
Text Example
Text Example
White with #2AD937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD937; }
p { color: rgb(42,217,55); }
H1.HeaderClassName
{
color: #2AD937;
}
.AnyTagClassName
{
color: #2AD937;
}
</style>
background-color css
<style>
a { background-color: #2AD937; }
a { background-color: rgb(42,217,55); }
div.DivClassName
{
background-color: #2AD937;
}
.BgClassName
{
background-color: #2AD937;
}
</style>
border-color css
<style>
span { border-color: #2AD937; }
span { border-color: rgb(42,217,55); }
td.TdClassName
{
border-color: #2AD937;
}
.TagClassName
{
border-color: #2AD937;
}
</style>