Shades of Medium Sea Green #2AD66D
Tints of Medium Sea Green #2AD66D
RGB
CMYK
RGB Variations
Color information
#2AD66D (or 0x2AD66D) is known color: Medium Sea Green. HEX triplet: 2A, D6 and 6D. RGB value is (42,214,109). Sum of RGB (Red+Green+Blue) = 42+214+109=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD66D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD66D is #D52992. Grayscale: #969696. Windows color (decimal): -13969811 or 7198250. OLE color: 7198250.
HSL color Cylindrical-coordinate representation of color #2AD66D: hue angle of 143.37º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD66D is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 214 | 109 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.16 |
| HSL | 143.37º | 0.68% | 0.5% | - |
| HSV(B) | 143.37º | 0.8% | 0.84% | - |
| XYZ | 27.76 | 49.69 | 22.6 | - |
| YUV | 150.6 | 104.52 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 214 | 109 | 0.80 | 0 | 0.49 | 0.16 | 143.37 | 0.68 | 0.5 |
| Hex | 2A | D6 | 6D | 50 | 0 | 31 | 10 | 8F | 44 | 32 |
| Octal | 52 | 326 | 155 | 120 | 0 | 61 | 20 | 217 | 104 | 62 |
| Binary | 101010 | 11010110 | 1101101 | 1010000 | 0 | 110001 | 10000 | 10001111 | 1000100 | 110010 |
Color Harmonies of #2AD66D
Complementary color
Monochromatic Colors of #2AD66D
Black with #2AD66D
Text Example
Text Example
White with #2AD66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD66D; }
p { color: rgb(42,214,109); }
H1.HeaderClassName
{
color: #2AD66D;
}
.AnyTagClassName
{
color: #2AD66D;
}
</style>
background-color css
<style>
a { background-color: #2AD66D; }
a { background-color: rgb(42,214,109); }
div.DivClassName
{
background-color: #2AD66D;
}
.BgClassName
{
background-color: #2AD66D;
}
</style>
border-color css
<style>
span { border-color: #2AD66D; }
span { border-color: rgb(42,214,109); }
td.TdClassName
{
border-color: #2AD66D;
}
.TagClassName
{
border-color: #2AD66D;
}
</style>