Html Css Color HEX #2FFEA6 Medium Spring Green
📋 copy color: '#2FFEA6'red 47 ◦ green 254 ◦ blue 166
Shades of Medium Spring Green #2FFEA6
Tints of Medium Spring Green #2FFEA6
RGB
CMYK
RGB Variations
Color information
#2FFEA6 (or 0x2FFEA6) is known color: Medium Spring Green. HEX triplet: 2F, FE and A6. RGB value is (47,254,166). Sum of RGB (Red+Green+Blue) = 47+254+166=467 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.06% from 467); Green value is 254 (99.61% from 255 or 54.39% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFEA6 is #D00159. Grayscale: #B6B6B6. Windows color (decimal): -13631834 or 10944047. OLE color: 10944047.
HSL color Cylindrical-coordinate representation of color #2FFEA6: hue angle of 154.49º 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 #2FFEA6 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 166 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.00 |
| HSL | 154.49º | 0.99% | 0.59% | - |
| HSV(B) | 154.49º | 0.81% | 1% | - |
| XYZ | 43.5 | 74.24 | 48.11 | - |
| YUV | 182.08 | 118.92 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 166 | 0.81 | 0 | 0.35 | 0.00 | 154.49 | 0.99 | 0.59 |
| Hex | 2F | FE | A6 | 51 | 0 | 23 | 0 | 9A | 63 | 3B |
| Octal | 57 | 376 | 246 | 121 | 0 | 43 | 0 | 232 | 143 | 73 |
| Binary | 101111 | 11111110 | 10100110 | 1010001 | 0 | 100011 | 0 | 10011010 | 1100011 | 111011 |
Color Harmonies of #2FFEA6
Complementary color
Monochromatic Colors of #2FFEA6
Black with #2FFEA6
Text Example
Text Example
White with #2FFEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFEA6; }
p { color: rgb(47,254,166); }
H1.HeaderClassName
{
color: #2FFEA6;
}
.AnyTagClassName
{
color: #2FFEA6;
}
</style>
background-color css
<style>
a { background-color: #2FFEA6; }
a { background-color: rgb(47,254,166); }
div.DivClassName
{
background-color: #2FFEA6;
}
.BgClassName
{
background-color: #2FFEA6;
}
</style>
border-color css
<style>
span { border-color: #2FFEA6; }
span { border-color: rgb(47,254,166); }
td.TdClassName
{
border-color: #2FFEA6;
}
.TagClassName
{
border-color: #2FFEA6;
}
</style>