Html Css Color HEX #2CFEA1 Medium Spring Green
📋 copy color: '#2CFEA1'red 44 ◦ green 254 ◦ blue 161
Shades of Medium Spring Green #2CFEA1
Tints of Medium Spring Green #2CFEA1
RGB
CMYK
RGB Variations
Color information
#2CFEA1 (or 0x2CFEA1) is known color: Medium Spring Green. HEX triplet: 2C, FE and A1. RGB value is (44,254,161). Sum of RGB (Red+Green+Blue) = 44+254+161=459 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.59% from 459); Green value is 254 (99.61% from 255 or 55.34% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 254 - color contains mainly: green. Hex color #2CFEA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFEA1 is #D3015E. Grayscale: #B4B4B4. Windows color (decimal): -13828447 or 10616364. OLE color: 10616364.
HSL color Cylindrical-coordinate representation of color #2CFEA1: hue angle of 153.43º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFEA1 is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 44 | 254 | 161 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.00 |
| HSL | 153.43º | 0.99% | 0.58% | - |
| HSV(B) | 153.43º | 0.83% | 1% | - |
| XYZ | 42.91 | 73.99 | 45.74 | - |
| YUV | 180.61 | 116.93 | 30.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 254 | 161 | 0.83 | 0 | 0.37 | 0.00 | 153.43 | 0.99 | 0.58 |
| Hex | 2C | FE | A1 | 53 | 0 | 25 | 0 | 99 | 63 | 3A |
| Octal | 54 | 376 | 241 | 123 | 0 | 45 | 0 | 231 | 143 | 72 |
| Binary | 101100 | 11111110 | 10100001 | 1010011 | 0 | 100101 | 0 | 10011001 | 1100011 | 111010 |
Color Harmonies of #2CFEA1
Complementary color
Monochromatic Colors of #2CFEA1
Black with #2CFEA1
Text Example
Text Example
White with #2CFEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFEA1; }
p { color: rgb(44,254,161); }
H1.HeaderClassName
{
color: #2CFEA1;
}
.AnyTagClassName
{
color: #2CFEA1;
}
</style>
background-color css
<style>
a { background-color: #2CFEA1; }
a { background-color: rgb(44,254,161); }
div.DivClassName
{
background-color: #2CFEA1;
}
.BgClassName
{
background-color: #2CFEA1;
}
</style>
border-color css
<style>
span { border-color: #2CFEA1; }
span { border-color: rgb(44,254,161); }
td.TdClassName
{
border-color: #2CFEA1;
}
.TagClassName
{
border-color: #2CFEA1;
}
</style>