Shades of Spring Green #2FF986
Tints of Spring Green #2FF986
RGB
CMYK
RGB Variations
Color information
#2FF986 (or 0x2FF986) is known color: Spring Green. HEX triplet: 2F, F9 and 86. RGB value is (47,249,134). Sum of RGB (Red+Green+Blue) = 47+249+134=430 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.93% from 430); Green value is 249 (97.66% from 255 or 57.91% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF986 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF986 is #D00679. Grayscale: #AFAFAF. Windows color (decimal): -13633146 or 8845615. OLE color: 8845615.
HSL color Cylindrical-coordinate representation of color #2FF986: hue angle of 145.84º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF986 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 134 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.02 |
| HSL | 145.84º | 0.94% | 0.58% | - |
| HSV(B) | 145.84º | 0.81% | 0.98% | - |
| XYZ | 39.35 | 70.08 | 34.01 | - |
| YUV | 175.49 | 104.58 | 36.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 134 | 0.81 | 0 | 0.46 | 0.02 | 145.84 | 0.94 | 0.58 |
| Hex | 2F | F9 | 86 | 51 | 0 | 2E | 2 | 92 | 5E | 3A |
| Octal | 57 | 371 | 206 | 121 | 0 | 56 | 2 | 222 | 136 | 72 |
| Binary | 101111 | 11111001 | 10000110 | 1010001 | 0 | 101110 | 10 | 10010010 | 1011110 | 111010 |
Color Harmonies of #2FF986
Complementary color
Monochromatic Colors of #2FF986
Black with #2FF986
Text Example
Text Example
White with #2FF986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF986; }
p { color: rgb(47,249,134); }
H1.HeaderClassName
{
color: #2FF986;
}
.AnyTagClassName
{
color: #2FF986;
}
</style>
background-color css
<style>
a { background-color: #2FF986; }
a { background-color: rgb(47,249,134); }
div.DivClassName
{
background-color: #2FF986;
}
.BgClassName
{
background-color: #2FF986;
}
</style>
border-color css
<style>
span { border-color: #2FF986; }
span { border-color: rgb(47,249,134); }
td.TdClassName
{
border-color: #2FF986;
}
.TagClassName
{
border-color: #2FF986;
}
</style>