Shades of Medium Sea Green #2DC36B
Tints of Medium Sea Green #2DC36B
RGB
CMYK
RGB Variations
Color information
#2DC36B (or 0x2DC36B) is known color: Medium Sea Green. HEX triplet: 2D, C3 and 6B. RGB value is (45,195,107). Sum of RGB (Red+Green+Blue) = 45+195+107=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC36B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC36B is #D23C94. Grayscale: #8C8C8C. Windows color (decimal): -13778069 or 7062317. OLE color: 7062317.
HSL color Cylindrical-coordinate representation of color #2DC36B: hue angle of 144.8º 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 #2DC36B is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 195 | 107 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.24 |
| HSL | 144.8º | 0.63% | 0.47% | - |
| HSV(B) | 144.8º | 0.77% | 0.76% | - |
| XYZ | 23.25 | 40.65 | 20.53 | - |
| YUV | 140.12 | 109.31 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 195 | 107 | 0.77 | 0 | 0.45 | 0.24 | 144.8 | 0.63 | 0.47 |
| Hex | 2D | C3 | 6B | 4D | 0 | 2D | 18 | 91 | 3E | 2F |
| Octal | 55 | 303 | 153 | 115 | 0 | 55 | 30 | 221 | 76 | 57 |
| Binary | 101101 | 11000011 | 1101011 | 1001101 | 0 | 101101 | 11000 | 10010001 | 111110 | 101111 |
Color Harmonies of #2DC36B
Complementary color
Monochromatic Colors of #2DC36B
Black with #2DC36B
Text Example
Text Example
White with #2DC36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC36B; }
p { color: rgb(45,195,107); }
H1.HeaderClassName
{
color: #2DC36B;
}
.AnyTagClassName
{
color: #2DC36B;
}
</style>
background-color css
<style>
a { background-color: #2DC36B; }
a { background-color: rgb(45,195,107); }
div.DivClassName
{
background-color: #2DC36B;
}
.BgClassName
{
background-color: #2DC36B;
}
</style>
border-color css
<style>
span { border-color: #2DC36B; }
span { border-color: rgb(45,195,107); }
td.TdClassName
{
border-color: #2DC36B;
}
.TagClassName
{
border-color: #2DC36B;
}
</style>