Shades of Medium Sea Green #2BCA5E
Tints of Medium Sea Green #2BCA5E
RGB
CMYK
RGB Variations
Color information
#2BCA5E (or 0x2BCA5E) is known color: Medium Sea Green. HEX triplet: 2B, CA and 5E. RGB value is (43,202,94). Sum of RGB (Red+Green+Blue) = 43+202+94=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCA5E is #D435A1. Grayscale: #8E8E8E. Windows color (decimal): -13907362 or 6212139. OLE color: 6212139.
HSL color Cylindrical-coordinate representation of color #2BCA5E: hue angle of 139.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCA5E is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 202 | 94 | - |
| CMYK | 0.79 | 0 | 0.53 | 0.21 |
| HSL | 139.25º | 0.65% | 0.48% | - |
| HSV(B) | 139.25º | 0.79% | 0.79% | - |
| XYZ | 24.14 | 43.56 | 17.73 | - |
| YUV | 142.15 | 100.82 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 94 | 0.79 | 0 | 0.53 | 0.21 | 139.25 | 0.65 | 0.48 |
| Hex | 2B | CA | 5E | 4F | 0 | 35 | 15 | 8B | 41 | 30 |
| Octal | 53 | 312 | 136 | 117 | 0 | 65 | 25 | 213 | 101 | 60 |
| Binary | 101011 | 11001010 | 1011110 | 1001111 | 0 | 110101 | 10101 | 10001011 | 1000001 | 110000 |
Color Harmonies of #2BCA5E
Complementary color
Monochromatic Colors of #2BCA5E
Black with #2BCA5E
Text Example
Text Example
White with #2BCA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCA5E; }
p { color: rgb(43,202,94); }
H1.HeaderClassName
{
color: #2BCA5E;
}
.AnyTagClassName
{
color: #2BCA5E;
}
</style>
background-color css
<style>
a { background-color: #2BCA5E; }
a { background-color: rgb(43,202,94); }
div.DivClassName
{
background-color: #2BCA5E;
}
.BgClassName
{
background-color: #2BCA5E;
}
</style>
border-color css
<style>
span { border-color: #2BCA5E; }
span { border-color: rgb(43,202,94); }
td.TdClassName
{
border-color: #2BCA5E;
}
.TagClassName
{
border-color: #2BCA5E;
}
</style>