Shades of Medium Sea Green #2DC15D
Tints of Medium Sea Green #2DC15D
RGB
CMYK
RGB Variations
Color information
#2DC15D (or 0x2DC15D) is known color: Medium Sea Green. HEX triplet: 2D, C1 and 5D. RGB value is (45,193,93). Sum of RGB (Red+Green+Blue) = 45+193+93=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC15D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC15D is #D23EA2. Grayscale: #898989. Windows color (decimal): -13778595 or 6144301. OLE color: 6144301.
HSL color Cylindrical-coordinate representation of color #2DC15D: hue angle of 139.46º 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 #2DC15D is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 193 | 93 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.24 |
| HSL | 139.46º | 0.62% | 0.47% | - |
| HSV(B) | 139.46º | 0.77% | 0.76% | - |
| XYZ | 22.13 | 39.49 | 16.81 | - |
| YUV | 137.35 | 102.97 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 193 | 93 | 0.77 | 0 | 0.52 | 0.24 | 139.46 | 0.62 | 0.47 |
| Hex | 2D | C1 | 5D | 4D | 0 | 34 | 18 | 8B | 3E | 2F |
| Octal | 55 | 301 | 135 | 115 | 0 | 64 | 30 | 213 | 76 | 57 |
| Binary | 101101 | 11000001 | 1011101 | 1001101 | 0 | 110100 | 11000 | 10001011 | 111110 | 101111 |
Color Harmonies of #2DC15D
Complementary color
Monochromatic Colors of #2DC15D
Black with #2DC15D
Text Example
Text Example
White with #2DC15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC15D; }
p { color: rgb(45,193,93); }
H1.HeaderClassName
{
color: #2DC15D;
}
.AnyTagClassName
{
color: #2DC15D;
}
</style>
background-color css
<style>
a { background-color: #2DC15D; }
a { background-color: rgb(45,193,93); }
div.DivClassName
{
background-color: #2DC15D;
}
.BgClassName
{
background-color: #2DC15D;
}
</style>
border-color css
<style>
span { border-color: #2DC15D; }
span { border-color: rgb(45,193,93); }
td.TdClassName
{
border-color: #2DC15D;
}
.TagClassName
{
border-color: #2DC15D;
}
</style>