Shades of Medium Sea Green #2FB95B
Tints of Medium Sea Green #2FB95B
RGB
CMYK
RGB Variations
Color information
#2FB95B (or 0x2FB95B) is known color: Medium Sea Green. HEX triplet: 2F, B9 and 5B. RGB value is (47,185,91). Sum of RGB (Red+Green+Blue) = 47+185+91=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 185 (72.66% from 255 or 57.28% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB95B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB95B is #D046A4. Grayscale: #858585. Windows color (decimal): -13649573 or 6011183. OLE color: 6011183.
HSL color Cylindrical-coordinate representation of color #2FB95B: hue angle of 139.13º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB95B is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 91 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.27 |
| HSL | 139.13º | 0.59% | 0.45% | - |
| HSV(B) | 139.13º | 0.75% | 0.73% | - |
| XYZ | 20.41 | 36.06 | 15.78 | - |
| YUV | 133.02 | 104.28 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 91 | 0.75 | 0 | 0.51 | 0.27 | 139.13 | 0.59 | 0.45 |
| Hex | 2F | B9 | 5B | 4B | 0 | 33 | 1B | 8B | 3B | 2D |
| Octal | 57 | 271 | 133 | 113 | 0 | 63 | 33 | 213 | 73 | 55 |
| Binary | 101111 | 10111001 | 1011011 | 1001011 | 0 | 110011 | 11011 | 10001011 | 111011 | 101101 |
Color Harmonies of #2FB95B
Complementary color
Monochromatic Colors of #2FB95B
Black with #2FB95B
Text Example
Text Example
White with #2FB95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB95B; }
p { color: rgb(47,185,91); }
H1.HeaderClassName
{
color: #2FB95B;
}
.AnyTagClassName
{
color: #2FB95B;
}
</style>
background-color css
<style>
a { background-color: #2FB95B; }
a { background-color: rgb(47,185,91); }
div.DivClassName
{
background-color: #2FB95B;
}
.BgClassName
{
background-color: #2FB95B;
}
</style>
border-color css
<style>
span { border-color: #2FB95B; }
span { border-color: rgb(47,185,91); }
td.TdClassName
{
border-color: #2FB95B;
}
.TagClassName
{
border-color: #2FB95B;
}
</style>