Shades of Lime Green #2AD50A
Tints of Lime Green #2AD50A
RGB
CMYK
RGB Variations
Color information
#2AD50A (or 0x2AD50A) is known color: Lime Green. HEX triplet: 2A, D5 and 0A. RGB value is (42,213,10). Sum of RGB (Red+Green+Blue) = 42+213+10=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 213 (83.59% from 255 or 80.38% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD50A is #D52AF5. Grayscale: #8B8B8B. Windows color (decimal): -13970166 or 709930. OLE color: 709930.
HSL color Cylindrical-coordinate representation of color #2AD50A: hue angle of 110.54º 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 #2AD50A is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 10 | - |
| CMYK | 0.80 | 0 | 0.95 | 0.16 |
| HSL | 110.54º | 0.91% | 0.44% | - |
| HSV(B) | 110.54º | 0.95% | 0.84% | - |
| XYZ | 24.8 | 48.1 | 8.26 | - |
| YUV | 138.73 | 55.35 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 10 | 0.80 | 0 | 0.95 | 0.16 | 110.54 | 0.91 | 0.44 |
| Hex | 2A | D5 | A | 50 | 0 | 5F | 10 | 6F | 5B | 2C |
| Octal | 52 | 325 | 12 | 120 | 0 | 137 | 20 | 157 | 133 | 54 |
| Binary | 101010 | 11010101 | 1010 | 1010000 | 0 | 1011111 | 10000 | 1101111 | 1011011 | 101100 |
Color Harmonies of #2AD50A
Complementary color
Monochromatic Colors of #2AD50A
Black with #2AD50A
Text Example
Text Example
White with #2AD50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD50A; }
p { color: rgb(42,213,10); }
H1.HeaderClassName
{
color: #2AD50A;
}
.AnyTagClassName
{
color: #2AD50A;
}
</style>
background-color css
<style>
a { background-color: #2AD50A; }
a { background-color: rgb(42,213,10); }
div.DivClassName
{
background-color: #2AD50A;
}
.BgClassName
{
background-color: #2AD50A;
}
</style>
border-color css
<style>
span { border-color: #2AD50A; }
span { border-color: rgb(42,213,10); }
td.TdClassName
{
border-color: #2AD50A;
}
.TagClassName
{
border-color: #2AD50A;
}
</style>