Shades of Medium Sea Green #2DBE58
Tints of Medium Sea Green #2DBE58
RGB
CMYK
RGB Variations
Color information
#2DBE58 (or 0x2DBE58) is known color: Medium Sea Green. HEX triplet: 2D, BE and 58. RGB value is (45,190,88). Sum of RGB (Red+Green+Blue) = 45+190+88=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 190 (74.61% from 255 or 58.82% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBE58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBE58 is #D241A7. Grayscale: #878787. Windows color (decimal): -13779368 or 5815853. OLE color: 5815853.
HSL color Cylindrical-coordinate representation of color #2DBE58: hue angle of 137.79º 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 #2DBE58 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 88 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.25 |
| HSL | 137.79º | 0.62% | 0.46% | - |
| HSV(B) | 137.79º | 0.76% | 0.75% | - |
| XYZ | 21.26 | 38.09 | 15.46 | - |
| YUV | 135.02 | 101.46 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 88 | 0.76 | 0 | 0.54 | 0.25 | 137.79 | 0.62 | 0.46 |
| Hex | 2D | BE | 58 | 4C | 0 | 36 | 19 | 8A | 3E | 2E |
| Octal | 55 | 276 | 130 | 114 | 0 | 66 | 31 | 212 | 76 | 56 |
| Binary | 101101 | 10111110 | 1011000 | 1001100 | 0 | 110110 | 11001 | 10001010 | 111110 | 101110 |
Color Harmonies of #2DBE58
Complementary color
Monochromatic Colors of #2DBE58
Black with #2DBE58
Text Example
Text Example
White with #2DBE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBE58; }
p { color: rgb(45,190,88); }
H1.HeaderClassName
{
color: #2DBE58;
}
.AnyTagClassName
{
color: #2DBE58;
}
</style>
background-color css
<style>
a { background-color: #2DBE58; }
a { background-color: rgb(45,190,88); }
div.DivClassName
{
background-color: #2DBE58;
}
.BgClassName
{
background-color: #2DBE58;
}
</style>
border-color css
<style>
span { border-color: #2DBE58; }
span { border-color: rgb(45,190,88); }
td.TdClassName
{
border-color: #2DBE58;
}
.TagClassName
{
border-color: #2DBE58;
}
</style>