Shades of Medium Sea Green #2BBF63
Tints of Medium Sea Green #2BBF63
RGB
CMYK
RGB Variations
Color information
#2BBF63 (or 0x2BBF63) is known color: Medium Sea Green. HEX triplet: 2B, BF and 63. RGB value is (43,191,99). Sum of RGB (Red+Green+Blue) = 43+191+99=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 191 (75% from 255 or 57.36% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 191 - color contains mainly: green. Hex color #2BBF63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BBF63 is #D4409C. Grayscale: #888888. Windows color (decimal): -13910173 or 6537003. OLE color: 6537003.
HSL color Cylindrical-coordinate representation of color #2BBF63: hue angle of 142.7º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBF63 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 191 | 99 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.25 |
| HSL | 142.7º | 0.63% | 0.46% | - |
| HSV(B) | 142.7º | 0.77% | 0.75% | - |
| XYZ | 21.88 | 38.68 | 18.12 | - |
| YUV | 136.26 | 106.97 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 191 | 99 | 0.77 | 0 | 0.48 | 0.25 | 142.7 | 0.63 | 0.46 |
| Hex | 2B | BF | 63 | 4D | 0 | 30 | 19 | 8F | 3F | 2E |
| Octal | 53 | 277 | 143 | 115 | 0 | 60 | 31 | 217 | 77 | 56 |
| Binary | 101011 | 10111111 | 1100011 | 1001101 | 0 | 110000 | 11001 | 10001111 | 111111 | 101110 |
Color Harmonies of #2BBF63
Complementary color
Monochromatic Colors of #2BBF63
Black with #2BBF63
Text Example
Text Example
White with #2BBF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBF63; }
p { color: rgb(43,191,99); }
H1.HeaderClassName
{
color: #2BBF63;
}
.AnyTagClassName
{
color: #2BBF63;
}
</style>
background-color css
<style>
a { background-color: #2BBF63; }
a { background-color: rgb(43,191,99); }
div.DivClassName
{
background-color: #2BBF63;
}
.BgClassName
{
background-color: #2BBF63;
}
</style>
border-color css
<style>
span { border-color: #2BBF63; }
span { border-color: rgb(43,191,99); }
td.TdClassName
{
border-color: #2BBF63;
}
.TagClassName
{
border-color: #2BBF63;
}
</style>