Html Css Color HEX #2FFD94 Medium Spring Green
📋 copy color: '#2FFD94'red 47 ◦ green 253 ◦ blue 148
Shades of Medium Spring Green #2FFD94
Tints of Medium Spring Green #2FFD94
RGB
CMYK
RGB Variations
Color information
#2FFD94 (or 0x2FFD94) is known color: Medium Spring Green. HEX triplet: 2F, FD and 94. RGB value is (47,253,148). Sum of RGB (Red+Green+Blue) = 47+253+148=448 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.49% from 448); Green value is 253 (99.22% from 255 or 56.47% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFD94 is #D0026B. Grayscale: #B3B3B3. Windows color (decimal): -13632108 or 9764143. OLE color: 9764143.
HSL color Cylindrical-coordinate representation of color #2FFD94: hue angle of 149.42º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFD94 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 148 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.01 |
| HSL | 149.42º | 0.98% | 0.59% | - |
| HSV(B) | 149.42º | 0.81% | 0.99% | - |
| XYZ | 41.64 | 72.99 | 39.91 | - |
| YUV | 179.44 | 110.25 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 148 | 0.81 | 0 | 0.42 | 0.01 | 149.42 | 0.98 | 0.59 |
| Hex | 2F | FD | 94 | 51 | 0 | 2A | 1 | 95 | 62 | 3B |
| Octal | 57 | 375 | 224 | 121 | 0 | 52 | 1 | 225 | 142 | 73 |
| Binary | 101111 | 11111101 | 10010100 | 1010001 | 0 | 101010 | 1 | 10010101 | 1100010 | 111011 |
Color Harmonies of #2FFD94
Complementary color
Monochromatic Colors of #2FFD94
Black with #2FFD94
Text Example
Text Example
White with #2FFD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFD94; }
p { color: rgb(47,253,148); }
H1.HeaderClassName
{
color: #2FFD94;
}
.AnyTagClassName
{
color: #2FFD94;
}
</style>
background-color css
<style>
a { background-color: #2FFD94; }
a { background-color: rgb(47,253,148); }
div.DivClassName
{
background-color: #2FFD94;
}
.BgClassName
{
background-color: #2FFD94;
}
</style>
border-color css
<style>
span { border-color: #2FFD94; }
span { border-color: rgb(47,253,148); }
td.TdClassName
{
border-color: #2FFD94;
}
.TagClassName
{
border-color: #2FFD94;
}
</style>