Shades of Lime Green #2AD226
Tints of Lime Green #2AD226
RGB
CMYK
RGB Variations
Color information
#2AD226 (or 0x2AD226) is known color: Lime Green. HEX triplet: 2A, D2 and 26. RGB value is (42,210,38). Sum of RGB (Red+Green+Blue) = 42+210+38=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 210 (82.42% from 255 or 72.41% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD226 is #D52DD9. Grayscale: #8C8C8C. Windows color (decimal): -13970906 or 2544170. OLE color: 2544170.
HSL color Cylindrical-coordinate representation of color #2AD226: hue angle of 118.6º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AD226 is Cyan = 0.8, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 38 | - |
| CMYK | 0.8 | 0 | 0.82 | 0.18 |
| HSL | 118.6º | 0.69% | 0.49% | - |
| HSV(B) | 118.6º | 0.82% | 0.82% | - |
| XYZ | 24.35 | 46.73 | 9.57 | - |
| YUV | 140.16 | 70.34 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 38 | 0.8 | 0 | 0.82 | 0.18 | 118.6 | 0.69 | 0.49 |
| Hex | 2A | D2 | 26 | 50 | 0 | 52 | 12 | 77 | 45 | 31 |
| Octal | 52 | 322 | 46 | 120 | 0 | 122 | 22 | 167 | 105 | 61 |
| Binary | 101010 | 11010010 | 100110 | 1010000 | 0 | 1010010 | 10010 | 1110111 | 1000101 | 110001 |
Color Harmonies of #2AD226
Complementary color
Monochromatic Colors of #2AD226
Black with #2AD226
Text Example
Text Example
White with #2AD226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD226; }
p { color: rgb(42,210,38); }
H1.HeaderClassName
{
color: #2AD226;
}
.AnyTagClassName
{
color: #2AD226;
}
</style>
background-color css
<style>
a { background-color: #2AD226; }
a { background-color: rgb(42,210,38); }
div.DivClassName
{
background-color: #2AD226;
}
.BgClassName
{
background-color: #2AD226;
}
</style>
border-color css
<style>
span { border-color: #2AD226; }
span { border-color: rgb(42,210,38); }
td.TdClassName
{
border-color: #2AD226;
}
.TagClassName
{
border-color: #2AD226;
}
</style>