Shades of Spring Green #2FFA7F
Tints of Spring Green #2FFA7F
RGB
CMYK
RGB Variations
Color information
#2FFA7F (or 0x2FFA7F) is known color: Spring Green. HEX triplet: 2F, FA and 7F. RGB value is (47,250,127). Sum of RGB (Red+Green+Blue) = 47+250+127=424 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.08% from 424); Green value is 250 (98.05% from 255 or 58.96% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFA7F is #D00580. Grayscale: #AFAFAF. Windows color (decimal): -13632897 or 8387119. OLE color: 8387119.
HSL color Cylindrical-coordinate representation of color #2FFA7F: hue angle of 143.65º degrees, saturation: 0.95, 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 #2FFA7F is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 127 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.02 |
| HSL | 143.65º | 0.95% | 0.58% | - |
| HSV(B) | 143.65º | 0.81% | 0.98% | - |
| XYZ | 39.19 | 70.51 | 31.62 | - |
| YUV | 175.28 | 100.75 | 36.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 127 | 0.81 | 0 | 0.49 | 0.02 | 143.65 | 0.95 | 0.58 |
| Hex | 2F | FA | 7F | 51 | 0 | 31 | 2 | 90 | 5F | 3A |
| Octal | 57 | 372 | 177 | 121 | 0 | 61 | 2 | 220 | 137 | 72 |
| Binary | 101111 | 11111010 | 1111111 | 1010001 | 0 | 110001 | 10 | 10010000 | 1011111 | 111010 |
Color Harmonies of #2FFA7F
Complementary color
Monochromatic Colors of #2FFA7F
Black with #2FFA7F
Text Example
Text Example
White with #2FFA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA7F; }
p { color: rgb(47,250,127); }
H1.HeaderClassName
{
color: #2FFA7F;
}
.AnyTagClassName
{
color: #2FFA7F;
}
</style>
background-color css
<style>
a { background-color: #2FFA7F; }
a { background-color: rgb(47,250,127); }
div.DivClassName
{
background-color: #2FFA7F;
}
.BgClassName
{
background-color: #2FFA7F;
}
</style>
border-color css
<style>
span { border-color: #2FFA7F; }
span { border-color: rgb(47,250,127); }
td.TdClassName
{
border-color: #2FFA7F;
}
.TagClassName
{
border-color: #2FFA7F;
}
</style>