Shades of Lime Green #2ADC2F
Tints of Lime Green #2ADC2F
RGB
CMYK
RGB Variations
Color information
#2ADC2F (or 0x2ADC2F) is known color: Lime Green. HEX triplet: 2A, DC and 2F. RGB value is (42,220,47). Sum of RGB (Red+Green+Blue) = 42+220+47=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 220 (86.33% from 255 or 71.20% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADC2F is #D523D0. Grayscale: #939393. Windows color (decimal): -13968337 or 3136554. OLE color: 3136554.
HSL color Cylindrical-coordinate representation of color #2ADC2F: hue angle of 121.69º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADC2F is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 47 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.14 |
| HSL | 121.69º | 0.72% | 0.51% | - |
| HSV(B) | 121.69º | 0.81% | 0.86% | - |
| XYZ | 27.06 | 51.88 | 11.28 | - |
| YUV | 147.06 | 71.53 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 47 | 0.81 | 0 | 0.79 | 0.14 | 121.69 | 0.72 | 0.51 |
| Hex | 2A | DC | 2F | 51 | 0 | 4F | E | 7A | 48 | 33 |
| Octal | 52 | 334 | 57 | 121 | 0 | 117 | 16 | 172 | 110 | 63 |
| Binary | 101010 | 11011100 | 101111 | 1010001 | 0 | 1001111 | 1110 | 1111010 | 1001000 | 110011 |
Color Harmonies of #2ADC2F
Complementary color
Monochromatic Colors of #2ADC2F
Black with #2ADC2F
Text Example
Text Example
White with #2ADC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADC2F; }
p { color: rgb(42,220,47); }
H1.HeaderClassName
{
color: #2ADC2F;
}
.AnyTagClassName
{
color: #2ADC2F;
}
</style>
background-color css
<style>
a { background-color: #2ADC2F; }
a { background-color: rgb(42,220,47); }
div.DivClassName
{
background-color: #2ADC2F;
}
.BgClassName
{
background-color: #2ADC2F;
}
</style>
border-color css
<style>
span { border-color: #2ADC2F; }
span { border-color: rgb(42,220,47); }
td.TdClassName
{
border-color: #2ADC2F;
}
.TagClassName
{
border-color: #2ADC2F;
}
</style>