Shades of Medium Sea Green #2DCA68
Tints of Medium Sea Green #2DCA68
RGB
CMYK
RGB Variations
Color information
#2DCA68 (or 0x2DCA68) is known color: Medium Sea Green. HEX triplet: 2D, CA and 68. RGB value is (45,202,104). Sum of RGB (Red+Green+Blue) = 45+202+104=351 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.82% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCA68 is #D23597. Grayscale: #909090. Windows color (decimal): -13776280 or 6867501. OLE color: 6867501.
HSL color Cylindrical-coordinate representation of color #2DCA68: hue angle of 142.55º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCA68 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 202 | 104 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.21 |
| HSL | 142.55º | 0.64% | 0.48% | - |
| HSV(B) | 142.55º | 0.78% | 0.79% | - |
| XYZ | 24.7 | 43.8 | 20.25 | - |
| YUV | 143.89 | 105.49 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 104 | 0.78 | 0 | 0.49 | 0.21 | 142.55 | 0.64 | 0.48 |
| Hex | 2D | CA | 68 | 4E | 0 | 31 | 15 | 8F | 40 | 30 |
| Octal | 55 | 312 | 150 | 116 | 0 | 61 | 25 | 217 | 100 | 60 |
| Binary | 101101 | 11001010 | 1101000 | 1001110 | 0 | 110001 | 10101 | 10001111 | 1000000 | 110000 |
Color Harmonies of #2DCA68
Complementary color
Monochromatic Colors of #2DCA68
Black with #2DCA68
Text Example
Text Example
White with #2DCA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCA68; }
p { color: rgb(45,202,104); }
H1.HeaderClassName
{
color: #2DCA68;
}
.AnyTagClassName
{
color: #2DCA68;
}
</style>
background-color css
<style>
a { background-color: #2DCA68; }
a { background-color: rgb(45,202,104); }
div.DivClassName
{
background-color: #2DCA68;
}
.BgClassName
{
background-color: #2DCA68;
}
</style>
border-color css
<style>
span { border-color: #2DCA68; }
span { border-color: rgb(45,202,104); }
td.TdClassName
{
border-color: #2DCA68;
}
.TagClassName
{
border-color: #2DCA68;
}
</style>