Shades of Medium Sea Green #2ACD61
Tints of Medium Sea Green #2ACD61
RGB
CMYK
RGB Variations
Color information
#2ACD61 (or 0x2ACD61) is known color: Medium Sea Green. HEX triplet: 2A, CD and 61. RGB value is (42,205,97). Sum of RGB (Red+Green+Blue) = 42+205+97=344 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.21% from 344); Green value is 205 (80.47% from 255 or 59.59% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACD61 is #D5329E. Grayscale: #909090. Windows color (decimal): -13972127 or 6409514. OLE color: 6409514.
HSL color Cylindrical-coordinate representation of color #2ACD61: hue angle of 140.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACD61 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 97 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.20 |
| HSL | 140.25º | 0.66% | 0.48% | - |
| HSV(B) | 140.25º | 0.8% | 0.8% | - |
| XYZ | 24.94 | 45.02 | 18.68 | - |
| YUV | 143.95 | 101.5 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 97 | 0.80 | 0 | 0.53 | 0.20 | 140.25 | 0.66 | 0.48 |
| Hex | 2A | CD | 61 | 50 | 0 | 35 | 14 | 8C | 42 | 30 |
| Octal | 52 | 315 | 141 | 120 | 0 | 65 | 24 | 214 | 102 | 60 |
| Binary | 101010 | 11001101 | 1100001 | 1010000 | 0 | 110101 | 10100 | 10001100 | 1000010 | 110000 |
Color Harmonies of #2ACD61
Complementary color
Monochromatic Colors of #2ACD61
Black with #2ACD61
Text Example
Text Example
White with #2ACD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD61; }
p { color: rgb(42,205,97); }
H1.HeaderClassName
{
color: #2ACD61;
}
.AnyTagClassName
{
color: #2ACD61;
}
</style>
background-color css
<style>
a { background-color: #2ACD61; }
a { background-color: rgb(42,205,97); }
div.DivClassName
{
background-color: #2ACD61;
}
.BgClassName
{
background-color: #2ACD61;
}
</style>
border-color css
<style>
span { border-color: #2ACD61; }
span { border-color: rgb(42,205,97); }
td.TdClassName
{
border-color: #2ACD61;
}
.TagClassName
{
border-color: #2ACD61;
}
</style>