Shades of Medium Sea Green #2DBC64
Tints of Medium Sea Green #2DBC64
RGB
CMYK
RGB Variations
Color information
#2DBC64 (or 0x2DBC64) is known color: Medium Sea Green. HEX triplet: 2D, BC and 64. RGB value is (45,188,100). Sum of RGB (Red+Green+Blue) = 45+188+100=333 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.51% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC64 is #D2439B. Grayscale: #878787. Windows color (decimal): -13779868 or 6601773. OLE color: 6601773.
HSL color Cylindrical-coordinate representation of color #2DBC64: hue angle of 143.08º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBC64 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 100 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.26 |
| HSL | 143.08º | 0.61% | 0.46% | - |
| HSV(B) | 143.08º | 0.76% | 0.74% | - |
| XYZ | 21.37 | 37.44 | 18.16 | - |
| YUV | 135.21 | 108.12 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 100 | 0.76 | 0 | 0.47 | 0.26 | 143.08 | 0.61 | 0.46 |
| Hex | 2D | BC | 64 | 4C | 0 | 2F | 1A | 8F | 3D | 2E |
| Octal | 55 | 274 | 144 | 114 | 0 | 57 | 32 | 217 | 75 | 56 |
| Binary | 101101 | 10111100 | 1100100 | 1001100 | 0 | 101111 | 11010 | 10001111 | 111101 | 101110 |
Color Harmonies of #2DBC64
Complementary color
Monochromatic Colors of #2DBC64
Black with #2DBC64
Text Example
Text Example
White with #2DBC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC64; }
p { color: rgb(45,188,100); }
H1.HeaderClassName
{
color: #2DBC64;
}
.AnyTagClassName
{
color: #2DBC64;
}
</style>
background-color css
<style>
a { background-color: #2DBC64; }
a { background-color: rgb(45,188,100); }
div.DivClassName
{
background-color: #2DBC64;
}
.BgClassName
{
background-color: #2DBC64;
}
</style>
border-color css
<style>
span { border-color: #2DBC64; }
span { border-color: rgb(45,188,100); }
td.TdClassName
{
border-color: #2DBC64;
}
.TagClassName
{
border-color: #2DBC64;
}
</style>