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