Shades of Medium Sea Green #2ACC65
Tints of Medium Sea Green #2ACC65
RGB
CMYK
RGB Variations
Color information
#2ACC65 (or 0x2ACC65) is known color: Medium Sea Green. HEX triplet: 2A, CC and 65. RGB value is (42,204,101). Sum of RGB (Red+Green+Blue) = 42+204+101=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 204 (80.08% from 255 or 58.79% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACC65 is #D5339A. Grayscale: #909090. Windows color (decimal): -13972379 or 6671402. OLE color: 6671402.
HSL color Cylindrical-coordinate representation of color #2ACC65: hue angle of 141.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACC65 is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 204 | 101 | - |
| CMYK | 0.79 | 0 | 0.50 | 0.2 |
| HSL | 141.85º | 0.66% | 0.48% | - |
| HSV(B) | 141.85º | 0.79% | 0.8% | - |
| XYZ | 24.9 | 44.62 | 19.61 | - |
| YUV | 143.82 | 103.83 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 101 | 0.79 | 0 | 0.50 | 0.2 | 141.85 | 0.66 | 0.48 |
| Hex | 2A | CC | 65 | 4F | 0 | 32 | 14 | 8E | 42 | 30 |
| Octal | 52 | 314 | 145 | 117 | 0 | 62 | 24 | 216 | 102 | 60 |
| Binary | 101010 | 11001100 | 1100101 | 1001111 | 0 | 110010 | 10100 | 10001110 | 1000010 | 110000 |
Color Harmonies of #2ACC65
Complementary color
Monochromatic Colors of #2ACC65
Black with #2ACC65
Text Example
Text Example
White with #2ACC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACC65; }
p { color: rgb(42,204,101); }
H1.HeaderClassName
{
color: #2ACC65;
}
.AnyTagClassName
{
color: #2ACC65;
}
</style>
background-color css
<style>
a { background-color: #2ACC65; }
a { background-color: rgb(42,204,101); }
div.DivClassName
{
background-color: #2ACC65;
}
.BgClassName
{
background-color: #2ACC65;
}
</style>
border-color css
<style>
span { border-color: #2ACC65; }
span { border-color: rgb(42,204,101); }
td.TdClassName
{
border-color: #2ACC65;
}
.TagClassName
{
border-color: #2ACC65;
}
</style>