Shades of Emerald #2ADC74
Tints of Emerald #2ADC74
RGB
CMYK
RGB Variations
Color information
#2ADC74 (or 0x2ADC74) is known color: Emerald. HEX triplet: 2A, DC and 74. RGB value is (42,220,116). Sum of RGB (Red+Green+Blue) = 42+220+116=378 (50% of max value = 765). Red value is 42 (16.80% from 255 or 11.11% from 378); Green value is 220 (86.33% from 255 or 58.20% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADC74 is #D5238B. Grayscale: #9B9B9B. Windows color (decimal): -13968268 or 7658538. OLE color: 7658538.
HSL color Cylindrical-coordinate representation of color #2ADC74: hue angle of 144.94º 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 #2ADC74 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 116 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.14 |
| HSL | 144.94º | 0.72% | 0.51% | - |
| HSV(B) | 144.94º | 0.81% | 0.86% | - |
| XYZ | 29.7 | 52.94 | 25.18 | - |
| YUV | 154.92 | 106.03 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 116 | 0.81 | 0 | 0.47 | 0.14 | 144.94 | 0.72 | 0.51 |
| Hex | 2A | DC | 74 | 51 | 0 | 2F | E | 91 | 48 | 33 |
| Octal | 52 | 334 | 164 | 121 | 0 | 57 | 16 | 221 | 110 | 63 |
| Binary | 101010 | 11011100 | 1110100 | 1010001 | 0 | 101111 | 1110 | 10010001 | 1001000 | 110011 |
Color Harmonies of #2ADC74
Complementary color
Monochromatic Colors of #2ADC74
Black with #2ADC74
Text Example
Text Example
White with #2ADC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADC74; }
p { color: rgb(42,220,116); }
H1.HeaderClassName
{
color: #2ADC74;
}
.AnyTagClassName
{
color: #2ADC74;
}
</style>
background-color css
<style>
a { background-color: #2ADC74; }
a { background-color: rgb(42,220,116); }
div.DivClassName
{
background-color: #2ADC74;
}
.BgClassName
{
background-color: #2ADC74;
}
</style>
border-color css
<style>
span { border-color: #2ADC74; }
span { border-color: rgb(42,220,116); }
td.TdClassName
{
border-color: #2ADC74;
}
.TagClassName
{
border-color: #2ADC74;
}
</style>