Shades of Medium Sea Green #2FB95C
Tints of Medium Sea Green #2FB95C
RGB
CMYK
RGB Variations
Color information
#2FB95C (or 0x2FB95C) is known color: Medium Sea Green. HEX triplet: 2F, B9 and 5C. RGB value is (47,185,92). Sum of RGB (Red+Green+Blue) = 47+185+92=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 185 (72.66% from 255 or 57.10% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB95C is #D046A3. Grayscale: #858585. Windows color (decimal): -13649572 or 6076719. OLE color: 6076719.
HSL color Cylindrical-coordinate representation of color #2FB95C: hue angle of 139.57º 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 #2FB95C is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 92 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.27 |
| HSL | 139.57º | 0.59% | 0.45% | - |
| HSV(B) | 139.57º | 0.75% | 0.73% | - |
| XYZ | 20.45 | 36.07 | 16.01 | - |
| YUV | 133.14 | 104.78 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 92 | 0.75 | 0 | 0.50 | 0.27 | 139.57 | 0.59 | 0.45 |
| Hex | 2F | B9 | 5C | 4B | 0 | 32 | 1B | 8C | 3B | 2D |
| Octal | 57 | 271 | 134 | 113 | 0 | 62 | 33 | 214 | 73 | 55 |
| Binary | 101111 | 10111001 | 1011100 | 1001011 | 0 | 110010 | 11011 | 10001100 | 111011 | 101101 |
Color Harmonies of #2FB95C
Complementary color
Monochromatic Colors of #2FB95C
Black with #2FB95C
Text Example
Text Example
White with #2FB95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB95C; }
p { color: rgb(47,185,92); }
H1.HeaderClassName
{
color: #2FB95C;
}
.AnyTagClassName
{
color: #2FB95C;
}
</style>
background-color css
<style>
a { background-color: #2FB95C; }
a { background-color: rgb(47,185,92); }
div.DivClassName
{
background-color: #2FB95C;
}
.BgClassName
{
background-color: #2FB95C;
}
</style>
border-color css
<style>
span { border-color: #2FB95C; }
span { border-color: rgb(47,185,92); }
td.TdClassName
{
border-color: #2FB95C;
}
.TagClassName
{
border-color: #2FB95C;
}
</style>