Shades of Lime Green #2AD60A
Tints of Lime Green #2AD60A
RGB
CMYK
RGB Variations
Color information
#2AD60A (or 0x2AD60A) is known color: Lime Green. HEX triplet: 2A, D6 and 0A. RGB value is (42,214,10). Sum of RGB (Red+Green+Blue) = 42+214+10=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 214 (83.98% from 255 or 80.45% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD60A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD60A is #D529F5. Grayscale: #8B8B8B. Windows color (decimal): -13969910 or 710186. OLE color: 710186.
HSL color Cylindrical-coordinate representation of color #2AD60A: hue angle of 110.59º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AD60A is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 10 | - |
| CMYK | 0.80 | 0 | 0.95 | 0.16 |
| HSL | 110.59º | 0.91% | 0.44% | - |
| HSV(B) | 110.59º | 0.95% | 0.84% | - |
| XYZ | 25.06 | 48.61 | 8.35 | - |
| YUV | 139.32 | 55.02 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 10 | 0.80 | 0 | 0.95 | 0.16 | 110.59 | 0.91 | 0.44 |
| Hex | 2A | D6 | A | 50 | 0 | 5F | 10 | 6F | 5B | 2C |
| Octal | 52 | 326 | 12 | 120 | 0 | 137 | 20 | 157 | 133 | 54 |
| Binary | 101010 | 11010110 | 1010 | 1010000 | 0 | 1011111 | 10000 | 1101111 | 1011011 | 101100 |
Color Harmonies of #2AD60A
Complementary color
Monochromatic Colors of #2AD60A
Black with #2AD60A
Text Example
Text Example
White with #2AD60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD60A; }
p { color: rgb(42,214,10); }
H1.HeaderClassName
{
color: #2AD60A;
}
.AnyTagClassName
{
color: #2AD60A;
}
</style>
background-color css
<style>
a { background-color: #2AD60A; }
a { background-color: rgb(42,214,10); }
div.DivClassName
{
background-color: #2AD60A;
}
.BgClassName
{
background-color: #2AD60A;
}
</style>
border-color css
<style>
span { border-color: #2AD60A; }
span { border-color: rgb(42,214,10); }
td.TdClassName
{
border-color: #2AD60A;
}
.TagClassName
{
border-color: #2AD60A;
}
</style>