Shades of Lime Green #2AD81A
Tints of Lime Green #2AD81A
RGB
CMYK
RGB Variations
Color information
#2AD81A (or 0x2AD81A) is known color: Lime Green. HEX triplet: 2A, D8 and 1A. RGB value is (42,216,26). Sum of RGB (Red+Green+Blue) = 42+216+26=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 216 (84.77% from 255 or 76.06% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD81A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD81A is #D527E5. Grayscale: #8E8E8E. Windows color (decimal): -13969382 or 1759274. OLE color: 1759274.
HSL color Cylindrical-coordinate representation of color #2AD81A: hue angle of 114.95º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AD81A is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 26 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.15 |
| HSL | 114.95º | 0.79% | 0.47% | - |
| HSV(B) | 114.95º | 0.88% | 0.85% | - |
| XYZ | 25.7 | 49.68 | 9.21 | - |
| YUV | 142.31 | 62.35 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 26 | 0.81 | 0 | 0.88 | 0.15 | 114.95 | 0.79 | 0.47 |
| Hex | 2A | D8 | 1A | 51 | 0 | 58 | F | 73 | 4F | 2F |
| Octal | 52 | 330 | 32 | 121 | 0 | 130 | 17 | 163 | 117 | 57 |
| Binary | 101010 | 11011000 | 11010 | 1010001 | 0 | 1011000 | 1111 | 1110011 | 1001111 | 101111 |
Color Harmonies of #2AD81A
Complementary color
Monochromatic Colors of #2AD81A
Black with #2AD81A
Text Example
Text Example
White with #2AD81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD81A; }
p { color: rgb(42,216,26); }
H1.HeaderClassName
{
color: #2AD81A;
}
.AnyTagClassName
{
color: #2AD81A;
}
</style>
background-color css
<style>
a { background-color: #2AD81A; }
a { background-color: rgb(42,216,26); }
div.DivClassName
{
background-color: #2AD81A;
}
.BgClassName
{
background-color: #2AD81A;
}
</style>
border-color css
<style>
span { border-color: #2AD81A; }
span { border-color: rgb(42,216,26); }
td.TdClassName
{
border-color: #2AD81A;
}
.TagClassName
{
border-color: #2AD81A;
}
</style>