Shades of Medium Sea Green #2FCB5A
Tints of Medium Sea Green #2FCB5A
RGB
CMYK
RGB Variations
Color information
#2FCB5A (or 0x2FCB5A) is known color: Medium Sea Green. HEX triplet: 2F, CB and 5A. RGB value is (47,203,90). Sum of RGB (Red+Green+Blue) = 47+203+90=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 203 (79.69% from 255 or 59.71% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCB5A is #D034A5. Grayscale: #8F8F8F. Windows color (decimal): -13644966 or 5950255. OLE color: 5950255.
HSL color Cylindrical-coordinate representation of color #2FCB5A: hue angle of 136.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCB5A is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 90 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.20 |
| HSL | 136.54º | 0.62% | 0.49% | - |
| HSV(B) | 136.54º | 0.77% | 0.8% | - |
| XYZ | 24.37 | 44.05 | 16.89 | - |
| YUV | 143.47 | 97.82 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 90 | 0.77 | 0 | 0.56 | 0.20 | 136.54 | 0.62 | 0.49 |
| Hex | 2F | CB | 5A | 4D | 0 | 38 | 14 | 89 | 3E | 31 |
| Octal | 57 | 313 | 132 | 115 | 0 | 70 | 24 | 211 | 76 | 61 |
| Binary | 101111 | 11001011 | 1011010 | 1001101 | 0 | 111000 | 10100 | 10001001 | 111110 | 110001 |
Color Harmonies of #2FCB5A
Complementary color
Monochromatic Colors of #2FCB5A
Black with #2FCB5A
Text Example
Text Example
White with #2FCB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCB5A; }
p { color: rgb(47,203,90); }
H1.HeaderClassName
{
color: #2FCB5A;
}
.AnyTagClassName
{
color: #2FCB5A;
}
</style>
background-color css
<style>
a { background-color: #2FCB5A; }
a { background-color: rgb(47,203,90); }
div.DivClassName
{
background-color: #2FCB5A;
}
.BgClassName
{
background-color: #2FCB5A;
}
</style>
border-color css
<style>
span { border-color: #2FCB5A; }
span { border-color: rgb(47,203,90); }
td.TdClassName
{
border-color: #2FCB5A;
}
.TagClassName
{
border-color: #2FCB5A;
}
</style>