Shades of Medium Sea Green #2AD370
Tints of Medium Sea Green #2AD370
RGB
CMYK
RGB Variations
Color information
#2AD370 (or 0x2AD370) is known color: Medium Sea Green. HEX triplet: 2A, D3 and 70. RGB value is (42,211,112). Sum of RGB (Red+Green+Blue) = 42+211+112=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 211 (82.81% from 255 or 57.81% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 211 - color contains mainly: green. Hex color #2AD370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD370 is #D52C8F. Grayscale: #959595. Windows color (decimal): -13970576 or 7394090. OLE color: 7394090.
HSL color Cylindrical-coordinate representation of color #2AD370: hue angle of 144.85º 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 #2AD370 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 42 | 211 | 112 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.17 |
| HSL | 144.85º | 0.67% | 0.5% | - |
| HSV(B) | 144.85º | 0.8% | 0.83% | - |
| XYZ | 27.17 | 48.25 | 23.21 | - |
| YUV | 149.18 | 107.01 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 211 | 112 | 0.80 | 0 | 0.47 | 0.17 | 144.85 | 0.67 | 0.5 |
| Hex | 2A | D3 | 70 | 50 | 0 | 2F | 11 | 91 | 43 | 32 |
| Octal | 52 | 323 | 160 | 120 | 0 | 57 | 21 | 221 | 103 | 62 |
| Binary | 101010 | 11010011 | 1110000 | 1010000 | 0 | 101111 | 10001 | 10010001 | 1000011 | 110010 |
Color Harmonies of #2AD370
Complementary color
Monochromatic Colors of #2AD370
Black with #2AD370
Text Example
Text Example
White with #2AD370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD370; }
p { color: rgb(42,211,112); }
H1.HeaderClassName
{
color: #2AD370;
}
.AnyTagClassName
{
color: #2AD370;
}
</style>
background-color css
<style>
a { background-color: #2AD370; }
a { background-color: rgb(42,211,112); }
div.DivClassName
{
background-color: #2AD370;
}
.BgClassName
{
background-color: #2AD370;
}
</style>
border-color css
<style>
span { border-color: #2AD370; }
span { border-color: rgb(42,211,112); }
td.TdClassName
{
border-color: #2AD370;
}
.TagClassName
{
border-color: #2AD370;
}
</style>