Shades of Medium Sea Green #2FC25E
Tints of Medium Sea Green #2FC25E
RGB
CMYK
RGB Variations
Color information
#2FC25E (or 0x2FC25E) is known color: Medium Sea Green. HEX triplet: 2F, C2 and 5E. RGB value is (47,194,94). Sum of RGB (Red+Green+Blue) = 47+194+94=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC25E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC25E is #D03DA1. Grayscale: #8A8A8A. Windows color (decimal): -13647266 or 6210095. OLE color: 6210095.
HSL color Cylindrical-coordinate representation of color #2FC25E: hue angle of 139.18º 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 #2FC25E is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 94 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.24 |
| HSL | 139.18º | 0.61% | 0.47% | - |
| HSV(B) | 139.18º | 0.76% | 0.76% | - |
| XYZ | 22.48 | 40 | 17.12 | - |
| YUV | 138.65 | 102.8 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 94 | 0.76 | 0 | 0.52 | 0.24 | 139.18 | 0.61 | 0.47 |
| Hex | 2F | C2 | 5E | 4C | 0 | 34 | 18 | 8B | 3D | 2F |
| Octal | 57 | 302 | 136 | 114 | 0 | 64 | 30 | 213 | 75 | 57 |
| Binary | 101111 | 11000010 | 1011110 | 1001100 | 0 | 110100 | 11000 | 10001011 | 111101 | 101111 |
Color Harmonies of #2FC25E
Complementary color
Monochromatic Colors of #2FC25E
Black with #2FC25E
Text Example
Text Example
White with #2FC25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC25E; }
p { color: rgb(47,194,94); }
H1.HeaderClassName
{
color: #2FC25E;
}
.AnyTagClassName
{
color: #2FC25E;
}
</style>
background-color css
<style>
a { background-color: #2FC25E; }
a { background-color: rgb(47,194,94); }
div.DivClassName
{
background-color: #2FC25E;
}
.BgClassName
{
background-color: #2FC25E;
}
</style>
border-color css
<style>
span { border-color: #2FC25E; }
span { border-color: rgb(47,194,94); }
td.TdClassName
{
border-color: #2FC25E;
}
.TagClassName
{
border-color: #2FC25E;
}
</style>