Shades of Spring Green #2FFA7A
Tints of Spring Green #2FFA7A
RGB
CMYK
RGB Variations
Color information
#2FFA7A (or 0x2FFA7A) is known color: Spring Green. HEX triplet: 2F, FA and 7A. RGB value is (47,250,122). Sum of RGB (Red+Green+Blue) = 47+250+122=419 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.22% from 419); Green value is 250 (98.05% from 255 or 59.67% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFA7A is #D00585. Grayscale: #AFAFAF. Windows color (decimal): -13632902 or 8059439. OLE color: 8059439.
HSL color Cylindrical-coordinate representation of color #2FFA7A: hue angle of 142.17º 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 #2FFA7A is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 122 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.02 |
| HSL | 142.17º | 0.95% | 0.58% | - |
| HSV(B) | 142.17º | 0.81% | 0.98% | - |
| XYZ | 38.87 | 70.38 | 29.95 | - |
| YUV | 174.71 | 98.25 | 36.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 122 | 0.81 | 0 | 0.51 | 0.02 | 142.17 | 0.95 | 0.58 |
| Hex | 2F | FA | 7A | 51 | 0 | 33 | 2 | 8E | 5F | 3A |
| Octal | 57 | 372 | 172 | 121 | 0 | 63 | 2 | 216 | 137 | 72 |
| Binary | 101111 | 11111010 | 1111010 | 1010001 | 0 | 110011 | 10 | 10001110 | 1011111 | 111010 |
Color Harmonies of #2FFA7A
Complementary color
Monochromatic Colors of #2FFA7A
Black with #2FFA7A
Text Example
Text Example
White with #2FFA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA7A; }
p { color: rgb(47,250,122); }
H1.HeaderClassName
{
color: #2FFA7A;
}
.AnyTagClassName
{
color: #2FFA7A;
}
</style>
background-color css
<style>
a { background-color: #2FFA7A; }
a { background-color: rgb(47,250,122); }
div.DivClassName
{
background-color: #2FFA7A;
}
.BgClassName
{
background-color: #2FFA7A;
}
</style>
border-color css
<style>
span { border-color: #2FFA7A; }
span { border-color: rgb(47,250,122); }
td.TdClassName
{
border-color: #2FFA7A;
}
.TagClassName
{
border-color: #2FFA7A;
}
</style>