Shades of Spring Green #2FFC8C
Tints of Spring Green #2FFC8C
RGB
CMYK
RGB Variations
Color information
#2FFC8C (or 0x2FFC8C) is known color: Spring Green. HEX triplet: 2F, FC and 8C. RGB value is (47,252,140). Sum of RGB (Red+Green+Blue) = 47+252+140=439 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.71% from 439); Green value is 252 (98.83% from 255 or 57.40% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFC8C is #D00373. Grayscale: #B2B2B2. Windows color (decimal): -13632372 or 9239599. OLE color: 9239599.
HSL color Cylindrical-coordinate representation of color #2FFC8C: hue angle of 147.22º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFC8C is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 140 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.01 |
| HSL | 147.22º | 0.97% | 0.59% | - |
| HSV(B) | 147.22º | 0.81% | 0.99% | - |
| XYZ | 40.72 | 72.12 | 36.59 | - |
| YUV | 177.94 | 106.58 | 34.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 140 | 0.81 | 0 | 0.44 | 0.01 | 147.22 | 0.97 | 0.59 |
| Hex | 2F | FC | 8C | 51 | 0 | 2C | 1 | 93 | 61 | 3B |
| Octal | 57 | 374 | 214 | 121 | 0 | 54 | 1 | 223 | 141 | 73 |
| Binary | 101111 | 11111100 | 10001100 | 1010001 | 0 | 101100 | 1 | 10010011 | 1100001 | 111011 |
Color Harmonies of #2FFC8C
Complementary color
Monochromatic Colors of #2FFC8C
Black with #2FFC8C
Text Example
Text Example
White with #2FFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC8C; }
p { color: rgb(47,252,140); }
H1.HeaderClassName
{
color: #2FFC8C;
}
.AnyTagClassName
{
color: #2FFC8C;
}
</style>
background-color css
<style>
a { background-color: #2FFC8C; }
a { background-color: rgb(47,252,140); }
div.DivClassName
{
background-color: #2FFC8C;
}
.BgClassName
{
background-color: #2FFC8C;
}
</style>
border-color css
<style>
span { border-color: #2FFC8C; }
span { border-color: rgb(47,252,140); }
td.TdClassName
{
border-color: #2FFC8C;
}
.TagClassName
{
border-color: #2FFC8C;
}
</style>