Shades of Medium Sea Green #2FB35E
Tints of Medium Sea Green #2FB35E
RGB
CMYK
RGB Variations
Color information
#2FB35E (or 0x2FB35E) is known color: Medium Sea Green. HEX triplet: 2F, B3 and 5E. RGB value is (47,179,94). Sum of RGB (Red+Green+Blue) = 47+179+94=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB35E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB35E is #D04CA1. Grayscale: #828282. Windows color (decimal): -13651106 or 6206255. OLE color: 6206255.
HSL color Cylindrical-coordinate representation of color #2FB35E: hue angle of 141.36º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB35E is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 179 | 94 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.30 |
| HSL | 141.36º | 0.58% | 0.44% | - |
| HSV(B) | 141.36º | 0.74% | 0.7% | - |
| XYZ | 19.31 | 33.65 | 16.07 | - |
| YUV | 129.84 | 107.77 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 179 | 94 | 0.74 | 0 | 0.47 | 0.30 | 141.36 | 0.58 | 0.44 |
| Hex | 2F | B3 | 5E | 4A | 0 | 2F | 1E | 8D | 3A | 2C |
| Octal | 57 | 263 | 136 | 112 | 0 | 57 | 36 | 215 | 72 | 54 |
| Binary | 101111 | 10110011 | 1011110 | 1001010 | 0 | 101111 | 11110 | 10001101 | 111010 | 101100 |
Color Harmonies of #2FB35E
Complementary color
Monochromatic Colors of #2FB35E
Black with #2FB35E
Text Example
Text Example
White with #2FB35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB35E; }
p { color: rgb(47,179,94); }
H1.HeaderClassName
{
color: #2FB35E;
}
.AnyTagClassName
{
color: #2FB35E;
}
</style>
background-color css
<style>
a { background-color: #2FB35E; }
a { background-color: rgb(47,179,94); }
div.DivClassName
{
background-color: #2FB35E;
}
.BgClassName
{
background-color: #2FB35E;
}
</style>
border-color css
<style>
span { border-color: #2FB35E; }
span { border-color: rgb(47,179,94); }
td.TdClassName
{
border-color: #2FB35E;
}
.TagClassName
{
border-color: #2FB35E;
}
</style>