Shades of Lime Green #2ADC3C
Tints of Lime Green #2ADC3C
RGB
CMYK
RGB Variations
Color information
#2ADC3C (or 0x2ADC3C) is known color: Lime Green. HEX triplet: 2A, DC and 3C. RGB value is (42,220,60). Sum of RGB (Red+Green+Blue) = 42+220+60=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 220 (86.33% from 255 or 68.32% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADC3C is #D523C3. Grayscale: #949494. Windows color (decimal): -13968324 or 3988522. OLE color: 3988522.
HSL color Cylindrical-coordinate representation of color #2ADC3C: hue angle of 126.07º 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 #2ADC3C is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 60 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.14 |
| HSL | 126.07º | 0.72% | 0.51% | - |
| HSV(B) | 126.07º | 0.81% | 0.86% | - |
| XYZ | 27.36 | 52 | 12.87 | - |
| YUV | 148.54 | 78.03 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 60 | 0.81 | 0 | 0.73 | 0.14 | 126.07 | 0.72 | 0.51 |
| Hex | 2A | DC | 3C | 51 | 0 | 49 | E | 7E | 48 | 33 |
| Octal | 52 | 334 | 74 | 121 | 0 | 111 | 16 | 176 | 110 | 63 |
| Binary | 101010 | 11011100 | 111100 | 1010001 | 0 | 1001001 | 1110 | 1111110 | 1001000 | 110011 |
Color Harmonies of #2ADC3C
Complementary color
Monochromatic Colors of #2ADC3C
Black with #2ADC3C
Text Example
Text Example
White with #2ADC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADC3C; }
p { color: rgb(42,220,60); }
H1.HeaderClassName
{
color: #2ADC3C;
}
.AnyTagClassName
{
color: #2ADC3C;
}
</style>
background-color css
<style>
a { background-color: #2ADC3C; }
a { background-color: rgb(42,220,60); }
div.DivClassName
{
background-color: #2ADC3C;
}
.BgClassName
{
background-color: #2ADC3C;
}
</style>
border-color css
<style>
span { border-color: #2ADC3C; }
span { border-color: rgb(42,220,60); }
td.TdClassName
{
border-color: #2ADC3C;
}
.TagClassName
{
border-color: #2ADC3C;
}
</style>