Shades of Spring Green #2FFC71
Tints of Spring Green #2FFC71
RGB
CMYK
RGB Variations
Color information
#2FFC71 (or 0x2FFC71) is known color: Spring Green. HEX triplet: 2F, FC and 71. RGB value is (47,252,113). Sum of RGB (Red+Green+Blue) = 47+252+113=412 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.41% from 412); Green value is 252 (98.83% from 255 or 61.17% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFC71 is #D0038E. Grayscale: #AFAFAF. Windows color (decimal): -13632399 or 7470127. OLE color: 7470127.
HSL color Cylindrical-coordinate representation of color #2FFC71: hue angle of 139.32º 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 #2FFC71 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 113 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.01 |
| HSL | 139.32º | 0.97% | 0.59% | - |
| HSV(B) | 139.32º | 0.81% | 0.99% | - |
| XYZ | 38.96 | 71.42 | 27.35 | - |
| YUV | 174.86 | 93.08 | 36.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 113 | 0.81 | 0 | 0.55 | 0.01 | 139.32 | 0.97 | 0.59 |
| Hex | 2F | FC | 71 | 51 | 0 | 37 | 1 | 8B | 61 | 3B |
| Octal | 57 | 374 | 161 | 121 | 0 | 67 | 1 | 213 | 141 | 73 |
| Binary | 101111 | 11111100 | 1110001 | 1010001 | 0 | 110111 | 1 | 10001011 | 1100001 | 111011 |
Color Harmonies of #2FFC71
Complementary color
Monochromatic Colors of #2FFC71
Black with #2FFC71
Text Example
Text Example
White with #2FFC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC71; }
p { color: rgb(47,252,113); }
H1.HeaderClassName
{
color: #2FFC71;
}
.AnyTagClassName
{
color: #2FFC71;
}
</style>
background-color css
<style>
a { background-color: #2FFC71; }
a { background-color: rgb(47,252,113); }
div.DivClassName
{
background-color: #2FFC71;
}
.BgClassName
{
background-color: #2FFC71;
}
</style>
border-color css
<style>
span { border-color: #2FFC71; }
span { border-color: rgb(47,252,113); }
td.TdClassName
{
border-color: #2FFC71;
}
.TagClassName
{
border-color: #2FFC71;
}
</style>