Html Css Color HEX #2CFA9F Medium Spring Green
📋 copy color: '#2CFA9F'red 44 ◦ green 250 ◦ blue 159
Shades of Medium Spring Green #2CFA9F
Tints of Medium Spring Green #2CFA9F
RGB
CMYK
RGB Variations
Color information
#2CFA9F (or 0x2CFA9F) is known color: Medium Spring Green. HEX triplet: 2C, FA and 9F. RGB value is (44,250,159). Sum of RGB (Red+Green+Blue) = 44+250+159=453 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.71% from 453); Green value is 250 (98.05% from 255 or 55.19% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFA9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFA9F is #D30560. Grayscale: #B2B2B2. Windows color (decimal): -13829473 or 10484268. OLE color: 10484268.
HSL color Cylindrical-coordinate representation of color #2CFA9F: hue angle of 153.5º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFA9F is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 250 | 159 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.02 |
| HSL | 153.5º | 0.95% | 0.58% | - |
| HSV(B) | 153.5º | 0.82% | 0.98% | - |
| XYZ | 41.48 | 71.41 | 44.4 | - |
| YUV | 178.03 | 117.25 | 32.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 250 | 159 | 0.82 | 0 | 0.36 | 0.02 | 153.5 | 0.95 | 0.58 |
| Hex | 2C | FA | 9F | 52 | 0 | 24 | 2 | 99 | 5F | 3A |
| Octal | 54 | 372 | 237 | 122 | 0 | 44 | 2 | 231 | 137 | 72 |
| Binary | 101100 | 11111010 | 10011111 | 1010010 | 0 | 100100 | 10 | 10011001 | 1011111 | 111010 |
Color Harmonies of #2CFA9F
Complementary color
Monochromatic Colors of #2CFA9F
Black with #2CFA9F
Text Example
Text Example
White with #2CFA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFA9F; }
p { color: rgb(44,250,159); }
H1.HeaderClassName
{
color: #2CFA9F;
}
.AnyTagClassName
{
color: #2CFA9F;
}
</style>
background-color css
<style>
a { background-color: #2CFA9F; }
a { background-color: rgb(44,250,159); }
div.DivClassName
{
background-color: #2CFA9F;
}
.BgClassName
{
background-color: #2CFA9F;
}
</style>
border-color css
<style>
span { border-color: #2CFA9F; }
span { border-color: rgb(44,250,159); }
td.TdClassName
{
border-color: #2CFA9F;
}
.TagClassName
{
border-color: #2CFA9F;
}
</style>