Shades of Medium Sea Green #2DB66C
Tints of Medium Sea Green #2DB66C
RGB
CMYK
RGB Variations
Color information
#2DB66C (or 0x2DB66C) is known color: Medium Sea Green. HEX triplet: 2D, B6 and 6C. RGB value is (45,182,108). Sum of RGB (Red+Green+Blue) = 45+182+108=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 182 (71.48% from 255 or 54.33% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB66C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB66C is #D24993. Grayscale: #848484. Windows color (decimal): -13781396 or 7124525. OLE color: 7124525.
HSL color Cylindrical-coordinate representation of color #2DB66C: hue angle of 147.59º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB66C is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 182 | 108 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.29 |
| HSL | 147.59º | 0.6% | 0.45% | - |
| HSV(B) | 147.59º | 0.75% | 0.71% | - |
| XYZ | 20.52 | 35.1 | 19.88 | - |
| YUV | 132.6 | 114.11 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 182 | 108 | 0.75 | 0 | 0.41 | 0.29 | 147.59 | 0.6 | 0.45 |
| Hex | 2D | B6 | 6C | 4B | 0 | 29 | 1D | 94 | 3C | 2D |
| Octal | 55 | 266 | 154 | 113 | 0 | 51 | 35 | 224 | 74 | 55 |
| Binary | 101101 | 10110110 | 1101100 | 1001011 | 0 | 101001 | 11101 | 10010100 | 111100 | 101101 |
Color Harmonies of #2DB66C
Complementary color
Monochromatic Colors of #2DB66C
Black with #2DB66C
Text Example
Text Example
White with #2DB66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB66C; }
p { color: rgb(45,182,108); }
H1.HeaderClassName
{
color: #2DB66C;
}
.AnyTagClassName
{
color: #2DB66C;
}
</style>
background-color css
<style>
a { background-color: #2DB66C; }
a { background-color: rgb(45,182,108); }
div.DivClassName
{
background-color: #2DB66C;
}
.BgClassName
{
background-color: #2DB66C;
}
</style>
border-color css
<style>
span { border-color: #2DB66C; }
span { border-color: rgb(45,182,108); }
td.TdClassName
{
border-color: #2DB66C;
}
.TagClassName
{
border-color: #2DB66C;
}
</style>