Shades of Medium Sea Green #2DC07E
Tints of Medium Sea Green #2DC07E
RGB
CMYK
RGB Variations
Color information
#2DC07E (or 0x2DC07E) is known color: Medium Sea Green. HEX triplet: 2D, C0 and 7E. RGB value is (45,192,126). Sum of RGB (Red+Green+Blue) = 45+192+126=363 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.40% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC07E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC07E is #D23F81. Grayscale: #8C8C8C. Windows color (decimal): -13778818 or 8306733. OLE color: 8306733.
HSL color Cylindrical-coordinate representation of color #2DC07E: hue angle of 153.06º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC07E is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 126 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.25 |
| HSL | 153.06º | 0.62% | 0.46% | - |
| HSV(B) | 153.06º | 0.77% | 0.75% | - |
| XYZ | 23.7 | 39.76 | 26.16 | - |
| YUV | 140.52 | 119.8 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 126 | 0.77 | 0 | 0.34 | 0.25 | 153.06 | 0.62 | 0.46 |
| Hex | 2D | C0 | 7E | 4D | 0 | 22 | 19 | 99 | 3E | 2E |
| Octal | 55 | 300 | 176 | 115 | 0 | 42 | 31 | 231 | 76 | 56 |
| Binary | 101101 | 11000000 | 1111110 | 1001101 | 0 | 100010 | 11001 | 10011001 | 111110 | 101110 |
Color Harmonies of #2DC07E
Complementary color
Monochromatic Colors of #2DC07E
Black with #2DC07E
Text Example
Text Example
White with #2DC07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC07E; }
p { color: rgb(45,192,126); }
H1.HeaderClassName
{
color: #2DC07E;
}
.AnyTagClassName
{
color: #2DC07E;
}
</style>
background-color css
<style>
a { background-color: #2DC07E; }
a { background-color: rgb(45,192,126); }
div.DivClassName
{
background-color: #2DC07E;
}
.BgClassName
{
background-color: #2DC07E;
}
</style>
border-color css
<style>
span { border-color: #2DC07E; }
span { border-color: rgb(45,192,126); }
td.TdClassName
{
border-color: #2DC07E;
}
.TagClassName
{
border-color: #2DC07E;
}
</style>