Shades of Medium Sea Green #2AD470
Tints of Medium Sea Green #2AD470
RGB
CMYK
RGB Variations
Color information
#2AD470 (or 0x2AD470) is known color: Medium Sea Green. HEX triplet: 2A, D4 and 70. RGB value is (42,212,112). Sum of RGB (Red+Green+Blue) = 42+212+112=366 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.48% from 366); Green value is 212 (83.20% from 255 or 57.92% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 212 - color contains mainly: green. Hex color #2AD470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD470 is #D52B8F. Grayscale: #969696. Windows color (decimal): -13970320 or 7394346. OLE color: 7394346.
HSL color Cylindrical-coordinate representation of color #2AD470: hue angle of 144.71º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD470 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 42 | 212 | 112 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.17 |
| HSL | 144.71º | 0.67% | 0.5% | - |
| HSV(B) | 144.71º | 0.8% | 0.83% | - |
| XYZ | 27.42 | 48.75 | 23.29 | - |
| YUV | 149.77 | 106.68 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 212 | 112 | 0.80 | 0 | 0.47 | 0.17 | 144.71 | 0.67 | 0.5 |
| Hex | 2A | D4 | 70 | 50 | 0 | 2F | 11 | 91 | 43 | 32 |
| Octal | 52 | 324 | 160 | 120 | 0 | 57 | 21 | 221 | 103 | 62 |
| Binary | 101010 | 11010100 | 1110000 | 1010000 | 0 | 101111 | 10001 | 10010001 | 1000011 | 110010 |
Color Harmonies of #2AD470
Complementary color
Monochromatic Colors of #2AD470
Black with #2AD470
Text Example
Text Example
White with #2AD470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD470; }
p { color: rgb(42,212,112); }
H1.HeaderClassName
{
color: #2AD470;
}
.AnyTagClassName
{
color: #2AD470;
}
</style>
background-color css
<style>
a { background-color: #2AD470; }
a { background-color: rgb(42,212,112); }
div.DivClassName
{
background-color: #2AD470;
}
.BgClassName
{
background-color: #2AD470;
}
</style>
border-color css
<style>
span { border-color: #2AD470; }
span { border-color: rgb(42,212,112); }
td.TdClassName
{
border-color: #2AD470;
}
.TagClassName
{
border-color: #2AD470;
}
</style>