Shades of Spring Green #2FFB71
Tints of Spring Green #2FFB71
RGB
CMYK
RGB Variations
Color information
#2FFB71 (or 0x2FFB71) is known color: Spring Green. HEX triplet: 2F, FB and 71. RGB value is (47,251,113). Sum of RGB (Red+Green+Blue) = 47+251+113=411 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.44% from 411); Green value is 251 (98.44% from 255 or 61.07% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFB71 is #D0048E. Grayscale: #AEAEAE. Windows color (decimal): -13632655 or 7469871. OLE color: 7469871.
HSL color Cylindrical-coordinate representation of color #2FFB71: hue angle of 139.41º 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 #2FFB71 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 113 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.02 |
| HSL | 139.41º | 0.96% | 0.58% | - |
| HSV(B) | 139.41º | 0.81% | 0.98% | - |
| XYZ | 38.65 | 70.79 | 27.25 | - |
| YUV | 174.27 | 93.41 | 37.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 113 | 0.81 | 0 | 0.55 | 0.02 | 139.41 | 0.96 | 0.58 |
| Hex | 2F | FB | 71 | 51 | 0 | 37 | 2 | 8B | 60 | 3A |
| Octal | 57 | 373 | 161 | 121 | 0 | 67 | 2 | 213 | 140 | 72 |
| Binary | 101111 | 11111011 | 1110001 | 1010001 | 0 | 110111 | 10 | 10001011 | 1100000 | 111010 |
Color Harmonies of #2FFB71
Complementary color
Monochromatic Colors of #2FFB71
Black with #2FFB71
Text Example
Text Example
White with #2FFB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFB71; }
p { color: rgb(47,251,113); }
H1.HeaderClassName
{
color: #2FFB71;
}
.AnyTagClassName
{
color: #2FFB71;
}
</style>
background-color css
<style>
a { background-color: #2FFB71; }
a { background-color: rgb(47,251,113); }
div.DivClassName
{
background-color: #2FFB71;
}
.BgClassName
{
background-color: #2FFB71;
}
</style>
border-color css
<style>
span { border-color: #2FFB71; }
span { border-color: rgb(47,251,113); }
td.TdClassName
{
border-color: #2FFB71;
}
.TagClassName
{
border-color: #2FFB71;
}
</style>