Shades of Medium Sea Green #2DC15E
Tints of Medium Sea Green #2DC15E
RGB
CMYK
RGB Variations
Color information
#2DC15E (or 0x2DC15E) is known color: Medium Sea Green. HEX triplet: 2D, C1 and 5E. RGB value is (45,193,94). Sum of RGB (Red+Green+Blue) = 45+193+94=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 193 (75.78% from 255 or 58.13% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC15E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC15E is #D23EA1. Grayscale: #898989. Windows color (decimal): -13778594 or 6209837. OLE color: 6209837.
HSL color Cylindrical-coordinate representation of color #2DC15E: hue angle of 139.86º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC15E is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 94 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.24 |
| HSL | 139.86º | 0.62% | 0.47% | - |
| HSV(B) | 139.86º | 0.77% | 0.76% | - |
| XYZ | 22.17 | 39.51 | 17.05 | - |
| YUV | 137.46 | 103.47 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 94 | 0.77 | 0 | 0.51 | 0.24 | 139.86 | 0.62 | 0.47 |
| Hex | 2D | C1 | 5E | 4D | 0 | 33 | 18 | 8C | 3E | 2F |
| Octal | 55 | 301 | 136 | 115 | 0 | 63 | 30 | 214 | 76 | 57 |
| Binary | 101101 | 11000001 | 1011110 | 1001101 | 0 | 110011 | 11000 | 10001100 | 111110 | 101111 |
Color Harmonies of #2DC15E
Complementary color
Monochromatic Colors of #2DC15E
Black with #2DC15E
Text Example
Text Example
White with #2DC15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC15E; }
p { color: rgb(45,193,94); }
H1.HeaderClassName
{
color: #2DC15E;
}
.AnyTagClassName
{
color: #2DC15E;
}
</style>
background-color css
<style>
a { background-color: #2DC15E; }
a { background-color: rgb(45,193,94); }
div.DivClassName
{
background-color: #2DC15E;
}
.BgClassName
{
background-color: #2DC15E;
}
</style>
border-color css
<style>
span { border-color: #2DC15E; }
span { border-color: rgb(45,193,94); }
td.TdClassName
{
border-color: #2DC15E;
}
.TagClassName
{
border-color: #2DC15E;
}
</style>