Shades of Lime Green #2ADC2C
Tints of Lime Green #2ADC2C
RGB
CMYK
RGB Variations
Color information
#2ADC2C (or 0x2ADC2C) is known color: Lime Green. HEX triplet: 2A, DC and 2C. RGB value is (42,220,44). Sum of RGB (Red+Green+Blue) = 42+220+44=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 220 (86.33% from 255 or 71.90% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADC2C is #D523D3. Grayscale: #939393. Windows color (decimal): -13968340 or 2939946. OLE color: 2939946.
HSL color Cylindrical-coordinate representation of color #2ADC2C: hue angle of 120.67º 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 #2ADC2C is Cyan = 0.81, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 44 | - |
| CMYK | 0.81 | 0 | 0.8 | 0.14 |
| HSL | 120.67º | 0.72% | 0.51% | - |
| HSV(B) | 120.67º | 0.81% | 0.86% | - |
| XYZ | 27 | 51.86 | 10.97 | - |
| YUV | 146.71 | 70.03 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 44 | 0.81 | 0 | 0.8 | 0.14 | 120.67 | 0.72 | 0.51 |
| Hex | 2A | DC | 2C | 51 | 0 | 50 | E | 79 | 48 | 33 |
| Octal | 52 | 334 | 54 | 121 | 0 | 120 | 16 | 171 | 110 | 63 |
| Binary | 101010 | 11011100 | 101100 | 1010001 | 0 | 1010000 | 1110 | 1111001 | 1001000 | 110011 |
Color Harmonies of #2ADC2C
Complementary color
Monochromatic Colors of #2ADC2C
Black with #2ADC2C
Text Example
Text Example
White with #2ADC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADC2C; }
p { color: rgb(42,220,44); }
H1.HeaderClassName
{
color: #2ADC2C;
}
.AnyTagClassName
{
color: #2ADC2C;
}
</style>
background-color css
<style>
a { background-color: #2ADC2C; }
a { background-color: rgb(42,220,44); }
div.DivClassName
{
background-color: #2ADC2C;
}
.BgClassName
{
background-color: #2ADC2C;
}
</style>
border-color css
<style>
span { border-color: #2ADC2C; }
span { border-color: rgb(42,220,44); }
td.TdClassName
{
border-color: #2ADC2C;
}
.TagClassName
{
border-color: #2ADC2C;
}
</style>