Shades of Lime Green #2AD726
Tints of Lime Green #2AD726
RGB
CMYK
RGB Variations
Color information
#2AD726 (or 0x2AD726) is known color: Lime Green. HEX triplet: 2A, D7 and 26. RGB value is (42,215,38). Sum of RGB (Red+Green+Blue) = 42+215+38=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 215 (84.38% from 255 or 72.88% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD726 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD726 is #D528D9. Grayscale: #8F8F8F. Windows color (decimal): -13969626 or 2545450. OLE color: 2545450.
HSL color Cylindrical-coordinate representation of color #2AD726: hue angle of 118.64º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AD726 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 38 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.16 |
| HSL | 118.64º | 0.7% | 0.5% | - |
| HSV(B) | 118.64º | 0.82% | 0.84% | - |
| XYZ | 25.61 | 49.23 | 9.99 | - |
| YUV | 143.1 | 68.69 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 38 | 0.80 | 0 | 0.82 | 0.16 | 118.64 | 0.7 | 0.5 |
| Hex | 2A | D7 | 26 | 50 | 0 | 52 | 10 | 77 | 46 | 32 |
| Octal | 52 | 327 | 46 | 120 | 0 | 122 | 20 | 167 | 106 | 62 |
| Binary | 101010 | 11010111 | 100110 | 1010000 | 0 | 1010010 | 10000 | 1110111 | 1000110 | 110010 |
Color Harmonies of #2AD726
Complementary color
Monochromatic Colors of #2AD726
Black with #2AD726
Text Example
Text Example
White with #2AD726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD726; }
p { color: rgb(42,215,38); }
H1.HeaderClassName
{
color: #2AD726;
}
.AnyTagClassName
{
color: #2AD726;
}
</style>
background-color css
<style>
a { background-color: #2AD726; }
a { background-color: rgb(42,215,38); }
div.DivClassName
{
background-color: #2AD726;
}
.BgClassName
{
background-color: #2AD726;
}
</style>
border-color css
<style>
span { border-color: #2AD726; }
span { border-color: rgb(42,215,38); }
td.TdClassName
{
border-color: #2AD726;
}
.TagClassName
{
border-color: #2AD726;
}
</style>