Shades of Medium Sea Green #2DB463
Tints of Medium Sea Green #2DB463
RGB
CMYK
RGB Variations
Color information
#2DB463 (or 0x2DB463) is known color: Medium Sea Green. HEX triplet: 2D, B4 and 63. RGB value is (45,180,99). Sum of RGB (Red+Green+Blue) = 45+180+99=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 180 (70.70% from 255 or 55.56% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB463 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB463 is #D24B9C. Grayscale: #828282. Windows color (decimal): -13781917 or 6534189. OLE color: 6534189.
HSL color Cylindrical-coordinate representation of color #2DB463: hue angle of 144º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB463 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 180 | 99 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.29 |
| HSL | 144º | 0.6% | 0.44% | - |
| HSV(B) | 144º | 0.75% | 0.71% | - |
| XYZ | 19.66 | 34.1 | 17.35 | - |
| YUV | 130.4 | 110.27 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 180 | 99 | 0.75 | 0 | 0.45 | 0.29 | 144 | 0.6 | 0.44 |
| Hex | 2D | B4 | 63 | 4B | 0 | 2D | 1D | 90 | 3C | 2C |
| Octal | 55 | 264 | 143 | 113 | 0 | 55 | 35 | 220 | 74 | 54 |
| Binary | 101101 | 10110100 | 1100011 | 1001011 | 0 | 101101 | 11101 | 10010000 | 111100 | 101100 |
Color Harmonies of #2DB463
Complementary color
Monochromatic Colors of #2DB463
Black with #2DB463
Text Example
Text Example
White with #2DB463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB463; }
p { color: rgb(45,180,99); }
H1.HeaderClassName
{
color: #2DB463;
}
.AnyTagClassName
{
color: #2DB463;
}
</style>
background-color css
<style>
a { background-color: #2DB463; }
a { background-color: rgb(45,180,99); }
div.DivClassName
{
background-color: #2DB463;
}
.BgClassName
{
background-color: #2DB463;
}
</style>
border-color css
<style>
span { border-color: #2DB463; }
span { border-color: rgb(45,180,99); }
td.TdClassName
{
border-color: #2DB463;
}
.TagClassName
{
border-color: #2DB463;
}
</style>