Shades of Spring Green #2FFB7F
Tints of Spring Green #2FFB7F
RGB
CMYK
RGB Variations
Color information
#2FFB7F (or 0x2FFB7F) is known color: Spring Green. HEX triplet: 2F, FB and 7F. RGB value is (47,251,127). Sum of RGB (Red+Green+Blue) = 47+251+127=425 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.06% from 425); Green value is 251 (98.44% from 255 or 59.06% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFB7F is #D00480. Grayscale: #B0B0B0. Windows color (decimal): -13632641 or 8387375. OLE color: 8387375.
HSL color Cylindrical-coordinate representation of color #2FFB7F: hue angle of 143.53º 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 #2FFB7F is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 127 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.02 |
| HSL | 143.53º | 0.96% | 0.58% | - |
| HSV(B) | 143.53º | 0.81% | 0.98% | - |
| XYZ | 39.5 | 71.13 | 31.73 | - |
| YUV | 175.87 | 100.41 | 36.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 127 | 0.81 | 0 | 0.49 | 0.02 | 143.53 | 0.96 | 0.58 |
| Hex | 2F | FB | 7F | 51 | 0 | 31 | 2 | 90 | 60 | 3A |
| Octal | 57 | 373 | 177 | 121 | 0 | 61 | 2 | 220 | 140 | 72 |
| Binary | 101111 | 11111011 | 1111111 | 1010001 | 0 | 110001 | 10 | 10010000 | 1100000 | 111010 |
Color Harmonies of #2FFB7F
Complementary color
Monochromatic Colors of #2FFB7F
Black with #2FFB7F
Text Example
Text Example
White with #2FFB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFB7F; }
p { color: rgb(47,251,127); }
H1.HeaderClassName
{
color: #2FFB7F;
}
.AnyTagClassName
{
color: #2FFB7F;
}
</style>
background-color css
<style>
a { background-color: #2FFB7F; }
a { background-color: rgb(47,251,127); }
div.DivClassName
{
background-color: #2FFB7F;
}
.BgClassName
{
background-color: #2FFB7F;
}
</style>
border-color css
<style>
span { border-color: #2FFB7F; }
span { border-color: rgb(47,251,127); }
td.TdClassName
{
border-color: #2FFB7F;
}
.TagClassName
{
border-color: #2FFB7F;
}
</style>