Shades of Medium Sea Green #2DBE71
Tints of Medium Sea Green #2DBE71
RGB
CMYK
RGB Variations
Color information
#2DBE71 (or 0x2DBE71) is known color: Medium Sea Green. HEX triplet: 2D, BE and 71. RGB value is (45,190,113). Sum of RGB (Red+Green+Blue) = 45+190+113=348 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.93% from 348); Green value is 190 (74.61% from 255 or 54.60% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBE71 is #D2418E. Grayscale: #8A8A8A. Windows color (decimal): -13779343 or 7454253. OLE color: 7454253.
HSL color Cylindrical-coordinate representation of color #2DBE71: hue angle of 148.14º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBE71 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 113 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.25 |
| HSL | 148.14º | 0.62% | 0.46% | - |
| HSV(B) | 148.14º | 0.76% | 0.75% | - |
| XYZ | 22.48 | 38.58 | 21.88 | - |
| YUV | 137.87 | 113.96 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 113 | 0.76 | 0 | 0.41 | 0.25 | 148.14 | 0.62 | 0.46 |
| Hex | 2D | BE | 71 | 4C | 0 | 29 | 19 | 94 | 3E | 2E |
| Octal | 55 | 276 | 161 | 114 | 0 | 51 | 31 | 224 | 76 | 56 |
| Binary | 101101 | 10111110 | 1110001 | 1001100 | 0 | 101001 | 11001 | 10010100 | 111110 | 101110 |
Color Harmonies of #2DBE71
Complementary color
Monochromatic Colors of #2DBE71
Black with #2DBE71
Text Example
Text Example
White with #2DBE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE71; }
p { color: rgb(45,190,113); }
H1.HeaderClassName
{
color: #2DBE71;
}
.AnyTagClassName
{
color: #2DBE71;
}
</style>
background-color css
<style>
a { background-color: #2DBE71; }
a { background-color: rgb(45,190,113); }
div.DivClassName
{
background-color: #2DBE71;
}
.BgClassName
{
background-color: #2DBE71;
}
</style>
border-color css
<style>
span { border-color: #2DBE71; }
span { border-color: rgb(45,190,113); }
td.TdClassName
{
border-color: #2DBE71;
}
.TagClassName
{
border-color: #2DBE71;
}
</style>