Shades of Lime Green #2AD836
Tints of Lime Green #2AD836
RGB
CMYK
RGB Variations
Color information
#2AD836 (or 0x2AD836) is known color: Lime Green. HEX triplet: 2A, D8 and 36. RGB value is (42,216,54). Sum of RGB (Red+Green+Blue) = 42+216+54=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 216 (84.77% from 255 or 69.23% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD836 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD836 is #D527C9. Grayscale: #919191. Windows color (decimal): -13969354 or 3594282. OLE color: 3594282.
HSL color Cylindrical-coordinate representation of color #2AD836: hue angle of 124.14º degrees, saturation: 0.69, 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 #2AD836 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 54 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.15 |
| HSL | 124.14º | 0.69% | 0.51% | - |
| HSV(B) | 124.14º | 0.81% | 0.85% | - |
| XYZ | 26.18 | 49.87 | 11.74 | - |
| YUV | 145.51 | 76.35 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 54 | 0.81 | 0 | 0.75 | 0.15 | 124.14 | 0.69 | 0.51 |
| Hex | 2A | D8 | 36 | 51 | 0 | 4B | F | 7C | 45 | 33 |
| Octal | 52 | 330 | 66 | 121 | 0 | 113 | 17 | 174 | 105 | 63 |
| Binary | 101010 | 11011000 | 110110 | 1010001 | 0 | 1001011 | 1111 | 1111100 | 1000101 | 110011 |
Color Harmonies of #2AD836
Complementary color
Monochromatic Colors of #2AD836
Black with #2AD836
Text Example
Text Example
White with #2AD836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD836; }
p { color: rgb(42,216,54); }
H1.HeaderClassName
{
color: #2AD836;
}
.AnyTagClassName
{
color: #2AD836;
}
</style>
background-color css
<style>
a { background-color: #2AD836; }
a { background-color: rgb(42,216,54); }
div.DivClassName
{
background-color: #2AD836;
}
.BgClassName
{
background-color: #2AD836;
}
</style>
border-color css
<style>
span { border-color: #2AD836; }
span { border-color: rgb(42,216,54); }
td.TdClassName
{
border-color: #2AD836;
}
.TagClassName
{
border-color: #2AD836;
}
</style>