Shades of Medium Sea Green #2BD477
Tints of Medium Sea Green #2BD477
RGB
CMYK
RGB Variations
Color information
#2BD477 (or 0x2BD477) is known color: Medium Sea Green. HEX triplet: 2B, D4 and 77. RGB value is (43,212,119). Sum of RGB (Red+Green+Blue) = 43+212+119=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 212 (83.20% from 255 or 56.68% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 212 - color contains mainly: green. Hex color #2BD477 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD477 is #D42B88. Grayscale: #979797. Windows color (decimal): -13904777 or 7853099. OLE color: 7853099.
HSL color Cylindrical-coordinate representation of color #2BD477: hue angle of 146.98º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD477 is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 212 | 119 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.17 |
| HSL | 146.98º | 0.66% | 0.5% | - |
| HSV(B) | 146.98º | 0.8% | 0.83% | - |
| XYZ | 27.87 | 48.93 | 25.43 | - |
| YUV | 150.87 | 110.01 | 51.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 212 | 119 | 0.80 | 0 | 0.44 | 0.17 | 146.98 | 0.66 | 0.5 |
| Hex | 2B | D4 | 77 | 50 | 0 | 2C | 11 | 93 | 42 | 32 |
| Octal | 53 | 324 | 167 | 120 | 0 | 54 | 21 | 223 | 102 | 62 |
| Binary | 101011 | 11010100 | 1110111 | 1010000 | 0 | 101100 | 10001 | 10010011 | 1000010 | 110010 |
Color Harmonies of #2BD477
Complementary color
Monochromatic Colors of #2BD477
Black with #2BD477
Text Example
Text Example
White with #2BD477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD477; }
p { color: rgb(43,212,119); }
H1.HeaderClassName
{
color: #2BD477;
}
.AnyTagClassName
{
color: #2BD477;
}
</style>
background-color css
<style>
a { background-color: #2BD477; }
a { background-color: rgb(43,212,119); }
div.DivClassName
{
background-color: #2BD477;
}
.BgClassName
{
background-color: #2BD477;
}
</style>
border-color css
<style>
span { border-color: #2BD477; }
span { border-color: rgb(43,212,119); }
td.TdClassName
{
border-color: #2BD477;
}
.TagClassName
{
border-color: #2BD477;
}
</style>