Shades of Medium Sea Green #2FC27A
Tints of Medium Sea Green #2FC27A
RGB
CMYK
RGB Variations
Color information
#2FC27A (or 0x2FC27A) is known color: Medium Sea Green. HEX triplet: 2F, C2 and 7A. RGB value is (47,194,122). Sum of RGB (Red+Green+Blue) = 47+194+122=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 194 (76.17% from 255 or 53.44% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC27A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC27A is #D03D85. Grayscale: #8D8D8D. Windows color (decimal): -13647238 or 8045103. OLE color: 8045103.
HSL color Cylindrical-coordinate representation of color #2FC27A: hue angle of 150.61º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC27A is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 122 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.24 |
| HSL | 150.61º | 0.61% | 0.47% | - |
| HSV(B) | 150.61º | 0.76% | 0.76% | - |
| XYZ | 23.98 | 40.59 | 24.98 | - |
| YUV | 141.84 | 116.8 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 122 | 0.76 | 0 | 0.37 | 0.24 | 150.61 | 0.61 | 0.47 |
| Hex | 2F | C2 | 7A | 4C | 0 | 25 | 18 | 97 | 3D | 2F |
| Octal | 57 | 302 | 172 | 114 | 0 | 45 | 30 | 227 | 75 | 57 |
| Binary | 101111 | 11000010 | 1111010 | 1001100 | 0 | 100101 | 11000 | 10010111 | 111101 | 101111 |
Color Harmonies of #2FC27A
Complementary color
Monochromatic Colors of #2FC27A
Black with #2FC27A
Text Example
Text Example
White with #2FC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC27A; }
p { color: rgb(47,194,122); }
H1.HeaderClassName
{
color: #2FC27A;
}
.AnyTagClassName
{
color: #2FC27A;
}
</style>
background-color css
<style>
a { background-color: #2FC27A; }
a { background-color: rgb(47,194,122); }
div.DivClassName
{
background-color: #2FC27A;
}
.BgClassName
{
background-color: #2FC27A;
}
</style>
border-color css
<style>
span { border-color: #2FC27A; }
span { border-color: rgb(47,194,122); }
td.TdClassName
{
border-color: #2FC27A;
}
.TagClassName
{
border-color: #2FC27A;
}
</style>