Shades of Spring Green #2FFB8C
Tints of Spring Green #2FFB8C
RGB
CMYK
RGB Variations
Color information
#2FFB8C (or 0x2FFB8C) is known color: Spring Green. HEX triplet: 2F, FB and 8C. RGB value is (47,251,140). Sum of RGB (Red+Green+Blue) = 47+251+140=438 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.73% from 438); Green value is 251 (98.44% from 255 or 57.31% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFB8C is #D00473. Grayscale: #B1B1B1. Windows color (decimal): -13632628 or 9239343. OLE color: 9239343.
HSL color Cylindrical-coordinate representation of color #2FFB8C: hue angle of 147.35º degrees, saturation: 0.96, 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 #2FFB8C is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 140 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.02 |
| HSL | 147.35º | 0.96% | 0.58% | - |
| HSV(B) | 147.35º | 0.81% | 0.98% | - |
| XYZ | 40.4 | 71.49 | 36.48 | - |
| YUV | 177.35 | 106.91 | 35.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 140 | 0.81 | 0 | 0.44 | 0.02 | 147.35 | 0.96 | 0.58 |
| Hex | 2F | FB | 8C | 51 | 0 | 2C | 2 | 93 | 60 | 3A |
| Octal | 57 | 373 | 214 | 121 | 0 | 54 | 2 | 223 | 140 | 72 |
| Binary | 101111 | 11111011 | 10001100 | 1010001 | 0 | 101100 | 10 | 10010011 | 1100000 | 111010 |
Color Harmonies of #2FFB8C
Complementary color
Monochromatic Colors of #2FFB8C
Black with #2FFB8C
Text Example
Text Example
White with #2FFB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFB8C; }
p { color: rgb(47,251,140); }
H1.HeaderClassName
{
color: #2FFB8C;
}
.AnyTagClassName
{
color: #2FFB8C;
}
</style>
background-color css
<style>
a { background-color: #2FFB8C; }
a { background-color: rgb(47,251,140); }
div.DivClassName
{
background-color: #2FFB8C;
}
.BgClassName
{
background-color: #2FFB8C;
}
</style>
border-color css
<style>
span { border-color: #2FFB8C; }
span { border-color: rgb(47,251,140); }
td.TdClassName
{
border-color: #2FFB8C;
}
.TagClassName
{
border-color: #2FFB8C;
}
</style>