Shades of Medium Sea Green #2DC25D
Tints of Medium Sea Green #2DC25D
RGB
CMYK
RGB Variations
Color information
#2DC25D (or 0x2DC25D) is known color: Medium Sea Green. HEX triplet: 2D, C2 and 5D. RGB value is (45,194,93). Sum of RGB (Red+Green+Blue) = 45+194+93=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 194 (76.17% from 255 or 58.43% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC25D is #D23DA2. Grayscale: #8A8A8A. Windows color (decimal): -13778339 or 6144557. OLE color: 6144557.
HSL color Cylindrical-coordinate representation of color #2DC25D: hue angle of 139.33º 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 #2DC25D is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 194 | 93 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.24 |
| HSL | 139.33º | 0.62% | 0.47% | - |
| HSV(B) | 139.33º | 0.77% | 0.76% | - |
| XYZ | 22.35 | 39.93 | 16.89 | - |
| YUV | 137.94 | 102.64 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 194 | 93 | 0.77 | 0 | 0.52 | 0.24 | 139.33 | 0.62 | 0.47 |
| Hex | 2D | C2 | 5D | 4D | 0 | 34 | 18 | 8B | 3E | 2F |
| Octal | 55 | 302 | 135 | 115 | 0 | 64 | 30 | 213 | 76 | 57 |
| Binary | 101101 | 11000010 | 1011101 | 1001101 | 0 | 110100 | 11000 | 10001011 | 111110 | 101111 |
Color Harmonies of #2DC25D
Complementary color
Monochromatic Colors of #2DC25D
Black with #2DC25D
Text Example
Text Example
White with #2DC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC25D; }
p { color: rgb(45,194,93); }
H1.HeaderClassName
{
color: #2DC25D;
}
.AnyTagClassName
{
color: #2DC25D;
}
</style>
background-color css
<style>
a { background-color: #2DC25D; }
a { background-color: rgb(45,194,93); }
div.DivClassName
{
background-color: #2DC25D;
}
.BgClassName
{
background-color: #2DC25D;
}
</style>
border-color css
<style>
span { border-color: #2DC25D; }
span { border-color: rgb(45,194,93); }
td.TdClassName
{
border-color: #2DC25D;
}
.TagClassName
{
border-color: #2DC25D;
}
</style>