Shades of Medium Sea Green #2FB55D
Tints of Medium Sea Green #2FB55D
RGB
CMYK
RGB Variations
Color information
#2FB55D (or 0x2FB55D) is known color: Medium Sea Green. HEX triplet: 2F, B5 and 5D. RGB value is (47,181,93). Sum of RGB (Red+Green+Blue) = 47+181+93=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 181 (71.09% from 255 or 56.39% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 181 - color contains mainly: green. Hex color #2FB55D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB55D is #D04AA2. Grayscale: #838383. Windows color (decimal): -13650595 or 6141231. OLE color: 6141231.
HSL color Cylindrical-coordinate representation of color #2FB55D: hue angle of 140.6º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB55D is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 181 | 93 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.29 |
| HSL | 140.6º | 0.59% | 0.45% | - |
| HSV(B) | 140.6º | 0.74% | 0.71% | - |
| XYZ | 19.67 | 34.44 | 15.97 | - |
| YUV | 130.9 | 106.61 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 181 | 93 | 0.74 | 0 | 0.49 | 0.29 | 140.6 | 0.59 | 0.45 |
| Hex | 2F | B5 | 5D | 4A | 0 | 31 | 1D | 8D | 3B | 2D |
| Octal | 57 | 265 | 135 | 112 | 0 | 61 | 35 | 215 | 73 | 55 |
| Binary | 101111 | 10110101 | 1011101 | 1001010 | 0 | 110001 | 11101 | 10001101 | 111011 | 101101 |
Color Harmonies of #2FB55D
Complementary color
Monochromatic Colors of #2FB55D
Black with #2FB55D
Text Example
Text Example
White with #2FB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB55D; }
p { color: rgb(47,181,93); }
H1.HeaderClassName
{
color: #2FB55D;
}
.AnyTagClassName
{
color: #2FB55D;
}
</style>
background-color css
<style>
a { background-color: #2FB55D; }
a { background-color: rgb(47,181,93); }
div.DivClassName
{
background-color: #2FB55D;
}
.BgClassName
{
background-color: #2FB55D;
}
</style>
border-color css
<style>
span { border-color: #2FB55D; }
span { border-color: rgb(47,181,93); }
td.TdClassName
{
border-color: #2FB55D;
}
.TagClassName
{
border-color: #2FB55D;
}
</style>