Html Css Color HEX #2FFE96 Medium Spring Green
📋 copy color: '#2FFE96'red 47 ◦ green 254 ◦ blue 150
Shades of Medium Spring Green #2FFE96
Tints of Medium Spring Green #2FFE96
RGB
CMYK
RGB Variations
Color information
#2FFE96 (or 0x2FFE96) is known color: Medium Spring Green. HEX triplet: 2F, FE and 96. RGB value is (47,254,150). Sum of RGB (Red+Green+Blue) = 47+254+150=451 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.42% from 451); Green value is 254 (99.61% from 255 or 56.32% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFE96 is #D00169. Grayscale: #B4B4B4. Windows color (decimal): -13631850 or 9895471. OLE color: 9895471.
HSL color Cylindrical-coordinate representation of color #2FFE96: hue angle of 149.86º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFE96 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 150 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.00 |
| HSL | 149.86º | 0.99% | 0.59% | - |
| HSV(B) | 149.86º | 0.81% | 1% | - |
| XYZ | 42.12 | 73.69 | 40.86 | - |
| YUV | 180.25 | 110.92 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 150 | 0.81 | 0 | 0.41 | 0.00 | 149.86 | 0.99 | 0.59 |
| Hex | 2F | FE | 96 | 51 | 0 | 29 | 0 | 96 | 63 | 3B |
| Octal | 57 | 376 | 226 | 121 | 0 | 51 | 0 | 226 | 143 | 73 |
| Binary | 101111 | 11111110 | 10010110 | 1010001 | 0 | 101001 | 0 | 10010110 | 1100011 | 111011 |
Color Harmonies of #2FFE96
Complementary color
Monochromatic Colors of #2FFE96
Black with #2FFE96
Text Example
Text Example
White with #2FFE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFE96; }
p { color: rgb(47,254,150); }
H1.HeaderClassName
{
color: #2FFE96;
}
.AnyTagClassName
{
color: #2FFE96;
}
</style>
background-color css
<style>
a { background-color: #2FFE96; }
a { background-color: rgb(47,254,150); }
div.DivClassName
{
background-color: #2FFE96;
}
.BgClassName
{
background-color: #2FFE96;
}
</style>
border-color css
<style>
span { border-color: #2FFE96; }
span { border-color: rgb(47,254,150); }
td.TdClassName
{
border-color: #2FFE96;
}
.TagClassName
{
border-color: #2FFE96;
}
</style>