Shades of Medium Sea Green #2BC05B
Tints of Medium Sea Green #2BC05B
RGB
CMYK
RGB Variations
Color information
#2BC05B (or 0x2BC05B) is known color: Medium Sea Green. HEX triplet: 2B, C0 and 5B. RGB value is (43,192,91). Sum of RGB (Red+Green+Blue) = 43+192+91=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC05B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC05B is #D43FA4. Grayscale: #888888. Windows color (decimal): -13909925 or 6012971. OLE color: 6012971.
HSL color Cylindrical-coordinate representation of color #2BC05B: hue angle of 139.33º 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 #2BC05B is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 192 | 91 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.25 |
| HSL | 139.33º | 0.63% | 0.46% | - |
| HSV(B) | 139.33º | 0.78% | 0.75% | - |
| XYZ | 21.73 | 38.97 | 16.27 | - |
| YUV | 135.94 | 102.64 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 91 | 0.78 | 0 | 0.53 | 0.25 | 139.33 | 0.63 | 0.46 |
| Hex | 2B | C0 | 5B | 4E | 0 | 35 | 19 | 8B | 3F | 2E |
| Octal | 53 | 300 | 133 | 116 | 0 | 65 | 31 | 213 | 77 | 56 |
| Binary | 101011 | 11000000 | 1011011 | 1001110 | 0 | 110101 | 11001 | 10001011 | 111111 | 101110 |
Color Harmonies of #2BC05B
Complementary color
Monochromatic Colors of #2BC05B
Black with #2BC05B
Text Example
Text Example
White with #2BC05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC05B; }
p { color: rgb(43,192,91); }
H1.HeaderClassName
{
color: #2BC05B;
}
.AnyTagClassName
{
color: #2BC05B;
}
</style>
background-color css
<style>
a { background-color: #2BC05B; }
a { background-color: rgb(43,192,91); }
div.DivClassName
{
background-color: #2BC05B;
}
.BgClassName
{
background-color: #2BC05B;
}
</style>
border-color css
<style>
span { border-color: #2BC05B; }
span { border-color: rgb(43,192,91); }
td.TdClassName
{
border-color: #2BC05B;
}
.TagClassName
{
border-color: #2BC05B;
}
</style>