Shades of Medium Sea Green #2BC364
Tints of Medium Sea Green #2BC364
RGB
CMYK
RGB Variations
Color information
#2BC364 (or 0x2BC364) is known color: Medium Sea Green. HEX triplet: 2B, C3 and 64. RGB value is (43,195,100). Sum of RGB (Red+Green+Blue) = 43+195+100=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #2BC364 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC364 is #D43C9B. Grayscale: #8A8A8A. Windows color (decimal): -13909148 or 6603563. OLE color: 6603563.
HSL color Cylindrical-coordinate representation of color #2BC364: hue angle of 142.5º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC364 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 195 | 100 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.24 |
| HSL | 142.5º | 0.64% | 0.47% | - |
| HSV(B) | 142.5º | 0.78% | 0.76% | - |
| XYZ | 22.81 | 40.46 | 18.66 | - |
| YUV | 138.72 | 106.14 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 195 | 100 | 0.78 | 0 | 0.49 | 0.24 | 142.5 | 0.64 | 0.47 |
| Hex | 2B | C3 | 64 | 4E | 0 | 31 | 18 | 8E | 40 | 2F |
| Octal | 53 | 303 | 144 | 116 | 0 | 61 | 30 | 216 | 100 | 57 |
| Binary | 101011 | 11000011 | 1100100 | 1001110 | 0 | 110001 | 11000 | 10001110 | 1000000 | 101111 |
Color Harmonies of #2BC364
Complementary color
Monochromatic Colors of #2BC364
Black with #2BC364
Text Example
Text Example
White with #2BC364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC364; }
p { color: rgb(43,195,100); }
H1.HeaderClassName
{
color: #2BC364;
}
.AnyTagClassName
{
color: #2BC364;
}
</style>
background-color css
<style>
a { background-color: #2BC364; }
a { background-color: rgb(43,195,100); }
div.DivClassName
{
background-color: #2BC364;
}
.BgClassName
{
background-color: #2BC364;
}
</style>
border-color css
<style>
span { border-color: #2BC364; }
span { border-color: rgb(43,195,100); }
td.TdClassName
{
border-color: #2BC364;
}
.TagClassName
{
border-color: #2BC364;
}
</style>