Html Css Color HEX #2FFEAF Medium Spring Green
📋 copy color: '#2FFEAF'red 47 ◦ green 254 ◦ blue 175
Shades of Medium Spring Green #2FFEAF
Tints of Medium Spring Green #2FFEAF
RGB
CMYK
RGB Variations
Color information
#2FFEAF (or 0x2FFEAF) is known color: Medium Spring Green. HEX triplet: 2F, FE and AF. RGB value is (47,254,175). Sum of RGB (Red+Green+Blue) = 47+254+175=476 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.87% from 476); Green value is 254 (99.61% from 255 or 53.36% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFEAF is #D00150. Grayscale: #B7B7B7. Windows color (decimal): -13631825 or 11533871. OLE color: 11533871.
HSL color Cylindrical-coordinate representation of color #2FFEAF: hue angle of 157.1º 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 #2FFEAF is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 175 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.00 |
| HSL | 157.1º | 0.99% | 0.59% | - |
| HSV(B) | 157.1º | 0.81% | 1% | - |
| XYZ | 44.35 | 74.58 | 52.62 | - |
| YUV | 183.1 | 123.42 | 30.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 175 | 0.81 | 0 | 0.31 | 0.00 | 157.1 | 0.99 | 0.59 |
| Hex | 2F | FE | AF | 51 | 0 | 1F | 0 | 9D | 63 | 3B |
| Octal | 57 | 376 | 257 | 121 | 0 | 37 | 0 | 235 | 143 | 73 |
| Binary | 101111 | 11111110 | 10101111 | 1010001 | 0 | 11111 | 0 | 10011101 | 1100011 | 111011 |
Color Harmonies of #2FFEAF
Complementary color
Monochromatic Colors of #2FFEAF
Black with #2FFEAF
Text Example
Text Example
White with #2FFEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFEAF; }
p { color: rgb(47,254,175); }
H1.HeaderClassName
{
color: #2FFEAF;
}
.AnyTagClassName
{
color: #2FFEAF;
}
</style>
background-color css
<style>
a { background-color: #2FFEAF; }
a { background-color: rgb(47,254,175); }
div.DivClassName
{
background-color: #2FFEAF;
}
.BgClassName
{
background-color: #2FFEAF;
}
</style>
border-color css
<style>
span { border-color: #2FFEAF; }
span { border-color: rgb(47,254,175); }
td.TdClassName
{
border-color: #2FFEAF;
}
.TagClassName
{
border-color: #2FFEAF;
}
</style>