Shades of Lime Green #2AD215
Tints of Lime Green #2AD215
RGB
CMYK
RGB Variations
Color information
#2AD215 (or 0x2AD215) is known color: Lime Green. HEX triplet: 2A, D2 and 15. RGB value is (42,210,21). Sum of RGB (Red+Green+Blue) = 42+210+21=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 210 (82.42% from 255 or 76.92% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD215 is #D52DEA. Grayscale: #8A8A8A. Windows color (decimal): -13970923 or 1430058. OLE color: 1430058.
HSL color Cylindrical-coordinate representation of color #2AD215: hue angle of 113.33º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AD215 is Cyan = 0.8, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 21 | - |
| CMYK | 0.8 | 0 | 0.90 | 0.18 |
| HSL | 113.33º | 0.82% | 0.45% | - |
| HSV(B) | 113.33º | 0.9% | 0.82% | - |
| XYZ | 24.14 | 46.64 | 8.44 | - |
| YUV | 138.22 | 61.84 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 21 | 0.8 | 0 | 0.90 | 0.18 | 113.33 | 0.82 | 0.45 |
| Hex | 2A | D2 | 15 | 50 | 0 | 5A | 12 | 71 | 52 | 2D |
| Octal | 52 | 322 | 25 | 120 | 0 | 132 | 22 | 161 | 122 | 55 |
| Binary | 101010 | 11010010 | 10101 | 1010000 | 0 | 1011010 | 10010 | 1110001 | 1010010 | 101101 |
Color Harmonies of #2AD215
Complementary color
Monochromatic Colors of #2AD215
Black with #2AD215
Text Example
Text Example
White with #2AD215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD215; }
p { color: rgb(42,210,21); }
H1.HeaderClassName
{
color: #2AD215;
}
.AnyTagClassName
{
color: #2AD215;
}
</style>
background-color css
<style>
a { background-color: #2AD215; }
a { background-color: rgb(42,210,21); }
div.DivClassName
{
background-color: #2AD215;
}
.BgClassName
{
background-color: #2AD215;
}
</style>
border-color css
<style>
span { border-color: #2AD215; }
span { border-color: rgb(42,210,21); }
td.TdClassName
{
border-color: #2AD215;
}
.TagClassName
{
border-color: #2AD215;
}
</style>