Shades of Spring Green #2FF578
Tints of Spring Green #2FF578
RGB
CMYK
RGB Variations
Color information
#2FF578 (or 0x2FF578) is known color: Spring Green. HEX triplet: 2F, F5 and 78. RGB value is (47,245,120). Sum of RGB (Red+Green+Blue) = 47+245+120=412 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.41% from 412); Green value is 245 (96.09% from 255 or 59.47% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF578 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF578 is #D00A87. Grayscale: #ABABAB. Windows color (decimal): -13634184 or 7927087. OLE color: 7927087.
HSL color Cylindrical-coordinate representation of color #2FF578: hue angle of 142.12º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF578 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 245 | 120 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.04 |
| HSL | 142.12º | 0.91% | 0.57% | - |
| HSV(B) | 142.12º | 0.81% | 0.96% | - |
| XYZ | 37.21 | 67.27 | 28.79 | - |
| YUV | 171.55 | 98.9 | 39.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 245 | 120 | 0.81 | 0 | 0.51 | 0.04 | 142.12 | 0.91 | 0.57 |
| Hex | 2F | F5 | 78 | 51 | 0 | 33 | 4 | 8E | 5B | 39 |
| Octal | 57 | 365 | 170 | 121 | 0 | 63 | 4 | 216 | 133 | 71 |
| Binary | 101111 | 11110101 | 1111000 | 1010001 | 0 | 110011 | 100 | 10001110 | 1011011 | 111001 |
Color Harmonies of #2FF578
Complementary color
Monochromatic Colors of #2FF578
Black with #2FF578
Text Example
Text Example
White with #2FF578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF578; }
p { color: rgb(47,245,120); }
H1.HeaderClassName
{
color: #2FF578;
}
.AnyTagClassName
{
color: #2FF578;
}
</style>
background-color css
<style>
a { background-color: #2FF578; }
a { background-color: rgb(47,245,120); }
div.DivClassName
{
background-color: #2FF578;
}
.BgClassName
{
background-color: #2FF578;
}
</style>
border-color css
<style>
span { border-color: #2FF578; }
span { border-color: rgb(47,245,120); }
td.TdClassName
{
border-color: #2FF578;
}
.TagClassName
{
border-color: #2FF578;
}
</style>