Html Css Color HEX #2FFEA1 Medium Spring Green
📋 copy color: '#2FFEA1'red 47 ◦ green 254 ◦ blue 161
Shades of Medium Spring Green #2FFEA1
Tints of Medium Spring Green #2FFEA1
RGB
CMYK
RGB Variations
Color information
#2FFEA1 (or 0x2FFEA1) is known color: Medium Spring Green. HEX triplet: 2F, FE and A1. RGB value is (47,254,161). Sum of RGB (Red+Green+Blue) = 47+254+161=462 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.17% from 462); Green value is 254 (99.61% from 255 or 54.98% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFEA1 is #D0015E. Grayscale: #B5B5B5. Windows color (decimal): -13631839 or 10616367. OLE color: 10616367.
HSL color Cylindrical-coordinate representation of color #2FFEA1: hue angle of 153.04º 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 #2FFEA1 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 161 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.00 |
| HSL | 153.04º | 0.99% | 0.59% | - |
| HSV(B) | 153.04º | 0.81% | 1% | - |
| XYZ | 43.05 | 74.06 | 45.74 | - |
| YUV | 181.51 | 116.42 | 32.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 161 | 0.81 | 0 | 0.37 | 0.00 | 153.04 | 0.99 | 0.59 |
| Hex | 2F | FE | A1 | 51 | 0 | 25 | 0 | 99 | 63 | 3B |
| Octal | 57 | 376 | 241 | 121 | 0 | 45 | 0 | 231 | 143 | 73 |
| Binary | 101111 | 11111110 | 10100001 | 1010001 | 0 | 100101 | 0 | 10011001 | 1100011 | 111011 |
Color Harmonies of #2FFEA1
Complementary color
Monochromatic Colors of #2FFEA1
Black with #2FFEA1
Text Example
Text Example
White with #2FFEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFEA1; }
p { color: rgb(47,254,161); }
H1.HeaderClassName
{
color: #2FFEA1;
}
.AnyTagClassName
{
color: #2FFEA1;
}
</style>
background-color css
<style>
a { background-color: #2FFEA1; }
a { background-color: rgb(47,254,161); }
div.DivClassName
{
background-color: #2FFEA1;
}
.BgClassName
{
background-color: #2FFEA1;
}
</style>
border-color css
<style>
span { border-color: #2FFEA1; }
span { border-color: rgb(47,254,161); }
td.TdClassName
{
border-color: #2FFEA1;
}
.TagClassName
{
border-color: #2FFEA1;
}
</style>