Shades of Spring Green #2FFA78
Tints of Spring Green #2FFA78
RGB
CMYK
RGB Variations
Color information
#2FFA78 (or 0x2FFA78) is known color: Spring Green. HEX triplet: 2F, FA and 78. RGB value is (47,250,120). Sum of RGB (Red+Green+Blue) = 47+250+120=417 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.27% from 417); Green value is 250 (98.05% from 255 or 59.95% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA78 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFA78 is #D00587. Grayscale: #AEAEAE. Windows color (decimal): -13632904 or 7928367. OLE color: 7928367.
HSL color Cylindrical-coordinate representation of color #2FFA78: hue angle of 141.58º 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 #2FFA78 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 120 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.02 |
| HSL | 141.58º | 0.95% | 0.58% | - |
| HSV(B) | 141.58º | 0.81% | 0.98% | - |
| XYZ | 38.75 | 70.33 | 29.3 | - |
| YUV | 174.48 | 97.25 | 37.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 120 | 0.81 | 0 | 0.52 | 0.02 | 141.58 | 0.95 | 0.58 |
| Hex | 2F | FA | 78 | 51 | 0 | 34 | 2 | 8E | 5F | 3A |
| Octal | 57 | 372 | 170 | 121 | 0 | 64 | 2 | 216 | 137 | 72 |
| Binary | 101111 | 11111010 | 1111000 | 1010001 | 0 | 110100 | 10 | 10001110 | 1011111 | 111010 |
Color Harmonies of #2FFA78
Complementary color
Monochromatic Colors of #2FFA78
Black with #2FFA78
Text Example
Text Example
White with #2FFA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA78; }
p { color: rgb(47,250,120); }
H1.HeaderClassName
{
color: #2FFA78;
}
.AnyTagClassName
{
color: #2FFA78;
}
</style>
background-color css
<style>
a { background-color: #2FFA78; }
a { background-color: rgb(47,250,120); }
div.DivClassName
{
background-color: #2FFA78;
}
.BgClassName
{
background-color: #2FFA78;
}
</style>
border-color css
<style>
span { border-color: #2FFA78; }
span { border-color: rgb(47,250,120); }
td.TdClassName
{
border-color: #2FFA78;
}
.TagClassName
{
border-color: #2FFA78;
}
</style>