Shades of Spring Green #2FFA84
Tints of Spring Green #2FFA84
RGB
CMYK
RGB Variations
Color information
#2FFA84 (or 0x2FFA84) is known color: Spring Green. HEX triplet: 2F, FA and 84. RGB value is (47,250,132). Sum of RGB (Red+Green+Blue) = 47+250+132=429 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.96% from 429); Green value is 250 (98.05% from 255 or 58.28% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFA84 is #D0057B. Grayscale: #B0B0B0. Windows color (decimal): -13632892 or 8714799. OLE color: 8714799.
HSL color Cylindrical-coordinate representation of color #2FFA84: hue angle of 145.12º 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 #2FFA84 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 132 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.02 |
| HSL | 145.12º | 0.95% | 0.58% | - |
| HSV(B) | 145.12º | 0.81% | 0.98% | - |
| XYZ | 39.52 | 70.64 | 33.38 | - |
| YUV | 175.85 | 103.25 | 36.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 132 | 0.81 | 0 | 0.47 | 0.02 | 145.12 | 0.95 | 0.58 |
| Hex | 2F | FA | 84 | 51 | 0 | 2F | 2 | 91 | 5F | 3A |
| Octal | 57 | 372 | 204 | 121 | 0 | 57 | 2 | 221 | 137 | 72 |
| Binary | 101111 | 11111010 | 10000100 | 1010001 | 0 | 101111 | 10 | 10010001 | 1011111 | 111010 |
Color Harmonies of #2FFA84
Complementary color
Monochromatic Colors of #2FFA84
Black with #2FFA84
Text Example
Text Example
White with #2FFA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA84; }
p { color: rgb(47,250,132); }
H1.HeaderClassName
{
color: #2FFA84;
}
.AnyTagClassName
{
color: #2FFA84;
}
</style>
background-color css
<style>
a { background-color: #2FFA84; }
a { background-color: rgb(47,250,132); }
div.DivClassName
{
background-color: #2FFA84;
}
.BgClassName
{
background-color: #2FFA84;
}
</style>
border-color css
<style>
span { border-color: #2FFA84; }
span { border-color: rgb(47,250,132); }
td.TdClassName
{
border-color: #2FFA84;
}
.TagClassName
{
border-color: #2FFA84;
}
</style>