Shades of Lime Green #2AD82B
Tints of Lime Green #2AD82B
RGB
CMYK
RGB Variations
Color information
#2AD82B (or 0x2AD82B) is known color: Lime Green. HEX triplet: 2A, D8 and 2B. RGB value is (42,216,43). Sum of RGB (Red+Green+Blue) = 42+216+43=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 216 (84.77% from 255 or 71.76% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD82B is #D527D4. Grayscale: #909090. Windows color (decimal): -13969365 or 2873386. OLE color: 2873386.
HSL color Cylindrical-coordinate representation of color #2AD82B: hue angle of 120.34º 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 #2AD82B is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 43 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.15 |
| HSL | 120.34º | 0.69% | 0.51% | - |
| HSV(B) | 120.34º | 0.81% | 0.85% | - |
| XYZ | 25.95 | 49.78 | 10.53 | - |
| YUV | 144.25 | 70.85 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 43 | 0.81 | 0 | 0.80 | 0.15 | 120.34 | 0.69 | 0.51 |
| Hex | 2A | D8 | 2B | 51 | 0 | 50 | F | 78 | 45 | 33 |
| Octal | 52 | 330 | 53 | 121 | 0 | 120 | 17 | 170 | 105 | 63 |
| Binary | 101010 | 11011000 | 101011 | 1010001 | 0 | 1010000 | 1111 | 1111000 | 1000101 | 110011 |
Color Harmonies of #2AD82B
Complementary color
Monochromatic Colors of #2AD82B
Black with #2AD82B
Text Example
Text Example
White with #2AD82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD82B; }
p { color: rgb(42,216,43); }
H1.HeaderClassName
{
color: #2AD82B;
}
.AnyTagClassName
{
color: #2AD82B;
}
</style>
background-color css
<style>
a { background-color: #2AD82B; }
a { background-color: rgb(42,216,43); }
div.DivClassName
{
background-color: #2AD82B;
}
.BgClassName
{
background-color: #2AD82B;
}
</style>
border-color css
<style>
span { border-color: #2AD82B; }
span { border-color: rgb(42,216,43); }
td.TdClassName
{
border-color: #2AD82B;
}
.TagClassName
{
border-color: #2AD82B;
}
</style>