Shades of Spring Green #2FF374
Tints of Spring Green #2FF374
RGB
CMYK
RGB Variations
Color information
#2FF374 (or 0x2FF374) is known color: Spring Green. HEX triplet: 2F, F3 and 74. RGB value is (47,243,116). Sum of RGB (Red+Green+Blue) = 47+243+116=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 243 (95.31% from 255 or 59.85% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF374 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF374 is #D00C8B. Grayscale: #AAAAAA. Windows color (decimal): -13634700 or 7664431. OLE color: 7664431.
HSL color Cylindrical-coordinate representation of color #2FF374: hue angle of 141.12º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF374 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 116 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.05 |
| HSL | 141.12º | 0.89% | 0.57% | - |
| HSV(B) | 141.12º | 0.81% | 0.95% | - |
| XYZ | 36.38 | 65.97 | 27.34 | - |
| YUV | 169.92 | 97.57 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 116 | 0.81 | 0 | 0.52 | 0.05 | 141.12 | 0.89 | 0.57 |
| Hex | 2F | F3 | 74 | 51 | 0 | 34 | 5 | 8D | 59 | 39 |
| Octal | 57 | 363 | 164 | 121 | 0 | 64 | 5 | 215 | 131 | 71 |
| Binary | 101111 | 11110011 | 1110100 | 1010001 | 0 | 110100 | 101 | 10001101 | 1011001 | 111001 |
Color Harmonies of #2FF374
Complementary color
Monochromatic Colors of #2FF374
Black with #2FF374
Text Example
Text Example
White with #2FF374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF374; }
p { color: rgb(47,243,116); }
H1.HeaderClassName
{
color: #2FF374;
}
.AnyTagClassName
{
color: #2FF374;
}
</style>
background-color css
<style>
a { background-color: #2FF374; }
a { background-color: rgb(47,243,116); }
div.DivClassName
{
background-color: #2FF374;
}
.BgClassName
{
background-color: #2FF374;
}
</style>
border-color css
<style>
span { border-color: #2FF374; }
span { border-color: rgb(47,243,116); }
td.TdClassName
{
border-color: #2FF374;
}
.TagClassName
{
border-color: #2FF374;
}
</style>