Shades of Lime Green #2AD231
Tints of Lime Green #2AD231
RGB
CMYK
RGB Variations
Color information
#2AD231 (or 0x2AD231) is known color: Lime Green. HEX triplet: 2A, D2 and 31. RGB value is (42,210,49). Sum of RGB (Red+Green+Blue) = 42+210+49=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 210 (82.42% from 255 or 69.77% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD231 is #D52DCE. Grayscale: #8D8D8D. Windows color (decimal): -13970895 or 3265066. OLE color: 3265066.
HSL color Cylindrical-coordinate representation of color #2AD231: hue angle of 122.5º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD231 is Cyan = 0.8, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 49 | - |
| CMYK | 0.8 | 0 | 0.77 | 0.18 |
| HSL | 122.5º | 0.67% | 0.49% | - |
| HSV(B) | 122.5º | 0.8% | 0.82% | - |
| XYZ | 24.56 | 46.81 | 10.65 | - |
| YUV | 141.41 | 75.84 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 49 | 0.8 | 0 | 0.77 | 0.18 | 122.5 | 0.67 | 0.49 |
| Hex | 2A | D2 | 31 | 50 | 0 | 4D | 12 | 7B | 43 | 31 |
| Octal | 52 | 322 | 61 | 120 | 0 | 115 | 22 | 173 | 103 | 61 |
| Binary | 101010 | 11010010 | 110001 | 1010000 | 0 | 1001101 | 10010 | 1111011 | 1000011 | 110001 |
Color Harmonies of #2AD231
Complementary color
Monochromatic Colors of #2AD231
Black with #2AD231
Text Example
Text Example
White with #2AD231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD231; }
p { color: rgb(42,210,49); }
H1.HeaderClassName
{
color: #2AD231;
}
.AnyTagClassName
{
color: #2AD231;
}
</style>
background-color css
<style>
a { background-color: #2AD231; }
a { background-color: rgb(42,210,49); }
div.DivClassName
{
background-color: #2AD231;
}
.BgClassName
{
background-color: #2AD231;
}
</style>
border-color css
<style>
span { border-color: #2AD231; }
span { border-color: rgb(42,210,49); }
td.TdClassName
{
border-color: #2AD231;
}
.TagClassName
{
border-color: #2AD231;
}
</style>