Shades of Lime Green #2AD515
Tints of Lime Green #2AD515
RGB
CMYK
RGB Variations
Color information
#2AD515 (or 0x2AD515) is known color: Lime Green. HEX triplet: 2A, D5 and 15. RGB value is (42,213,21). Sum of RGB (Red+Green+Blue) = 42+213+21=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 213 (83.59% from 255 or 77.17% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD515 is #D52AEA. Grayscale: #8C8C8C. Windows color (decimal): -13970155 or 1430826. OLE color: 1430826.
HSL color Cylindrical-coordinate representation of color #2AD515: hue angle of 113.44º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AD515 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 21 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.16 |
| HSL | 113.44º | 0.82% | 0.46% | - |
| HSV(B) | 113.44º | 0.9% | 0.84% | - |
| XYZ | 24.88 | 48.13 | 8.69 | - |
| YUV | 139.98 | 60.85 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 21 | 0.80 | 0 | 0.90 | 0.16 | 113.44 | 0.82 | 0.46 |
| Hex | 2A | D5 | 15 | 50 | 0 | 5A | 10 | 71 | 52 | 2E |
| Octal | 52 | 325 | 25 | 120 | 0 | 132 | 20 | 161 | 122 | 56 |
| Binary | 101010 | 11010101 | 10101 | 1010000 | 0 | 1011010 | 10000 | 1110001 | 1010010 | 101110 |
Color Harmonies of #2AD515
Complementary color
Monochromatic Colors of #2AD515
Black with #2AD515
Text Example
Text Example
White with #2AD515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD515; }
p { color: rgb(42,213,21); }
H1.HeaderClassName
{
color: #2AD515;
}
.AnyTagClassName
{
color: #2AD515;
}
</style>
background-color css
<style>
a { background-color: #2AD515; }
a { background-color: rgb(42,213,21); }
div.DivClassName
{
background-color: #2AD515;
}
.BgClassName
{
background-color: #2AD515;
}
</style>
border-color css
<style>
span { border-color: #2AD515; }
span { border-color: rgb(42,213,21); }
td.TdClassName
{
border-color: #2AD515;
}
.TagClassName
{
border-color: #2AD515;
}
</style>