Shades of Medium Sea Green #2BC06D
Tints of Medium Sea Green #2BC06D
RGB
CMYK
RGB Variations
Color information
#2BC06D (or 0x2BC06D) is known color: Medium Sea Green. HEX triplet: 2B, C0 and 6D. RGB value is (43,192,109). Sum of RGB (Red+Green+Blue) = 43+192+109=344 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.5% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC06D is #D43F92. Grayscale: #8A8A8A. Windows color (decimal): -13909907 or 7192619. OLE color: 7192619.
HSL color Cylindrical-coordinate representation of color #2BC06D: hue angle of 146.58º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC06D is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 192 | 109 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.25 |
| HSL | 146.58º | 0.63% | 0.46% | - |
| HSV(B) | 146.58º | 0.78% | 0.75% | - |
| XYZ | 22.61 | 39.32 | 20.87 | - |
| YUV | 137.99 | 111.64 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 109 | 0.78 | 0 | 0.43 | 0.25 | 146.58 | 0.63 | 0.46 |
| Hex | 2B | C0 | 6D | 4E | 0 | 2B | 19 | 93 | 3F | 2E |
| Octal | 53 | 300 | 155 | 116 | 0 | 53 | 31 | 223 | 77 | 56 |
| Binary | 101011 | 11000000 | 1101101 | 1001110 | 0 | 101011 | 11001 | 10010011 | 111111 | 101110 |
Color Harmonies of #2BC06D
Complementary color
Monochromatic Colors of #2BC06D
Black with #2BC06D
Text Example
Text Example
White with #2BC06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC06D; }
p { color: rgb(43,192,109); }
H1.HeaderClassName
{
color: #2BC06D;
}
.AnyTagClassName
{
color: #2BC06D;
}
</style>
background-color css
<style>
a { background-color: #2BC06D; }
a { background-color: rgb(43,192,109); }
div.DivClassName
{
background-color: #2BC06D;
}
.BgClassName
{
background-color: #2BC06D;
}
</style>
border-color css
<style>
span { border-color: #2BC06D; }
span { border-color: rgb(43,192,109); }
td.TdClassName
{
border-color: #2BC06D;
}
.TagClassName
{
border-color: #2BC06D;
}
</style>