Html Css Color HEX #2CFAA4 Medium Spring Green
📋 copy color: '#2CFAA4'red 44 ◦ green 250 ◦ blue 164
Shades of Medium Spring Green #2CFAA4
Tints of Medium Spring Green #2CFAA4
RGB
CMYK
RGB Variations
Color information
#2CFAA4 (or 0x2CFAA4) is known color: Medium Spring Green. HEX triplet: 2C, FA and A4. RGB value is (44,250,164). Sum of RGB (Red+Green+Blue) = 44+250+164=458 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.61% from 458); Green value is 250 (98.05% from 255 or 54.59% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFAA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFAA4 is #D3055B. Grayscale: #B2B2B2. Windows color (decimal): -13829468 or 10811948. OLE color: 10811948.
HSL color Cylindrical-coordinate representation of color #2CFAA4: hue angle of 154.95º 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 #2CFAA4 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 250 | 164 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.02 |
| HSL | 154.95º | 0.95% | 0.58% | - |
| HSV(B) | 154.95º | 0.82% | 0.98% | - |
| XYZ | 41.93 | 71.59 | 46.73 | - |
| YUV | 178.6 | 119.75 | 31.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 250 | 164 | 0.82 | 0 | 0.34 | 0.02 | 154.95 | 0.95 | 0.58 |
| Hex | 2C | FA | A4 | 52 | 0 | 22 | 2 | 9B | 5F | 3A |
| Octal | 54 | 372 | 244 | 122 | 0 | 42 | 2 | 233 | 137 | 72 |
| Binary | 101100 | 11111010 | 10100100 | 1010010 | 0 | 100010 | 10 | 10011011 | 1011111 | 111010 |
Color Harmonies of #2CFAA4
Complementary color
Monochromatic Colors of #2CFAA4
Black with #2CFAA4
Text Example
Text Example
White with #2CFAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFAA4; }
p { color: rgb(44,250,164); }
H1.HeaderClassName
{
color: #2CFAA4;
}
.AnyTagClassName
{
color: #2CFAA4;
}
</style>
background-color css
<style>
a { background-color: #2CFAA4; }
a { background-color: rgb(44,250,164); }
div.DivClassName
{
background-color: #2CFAA4;
}
.BgClassName
{
background-color: #2CFAA4;
}
</style>
border-color css
<style>
span { border-color: #2CFAA4; }
span { border-color: rgb(44,250,164); }
td.TdClassName
{
border-color: #2CFAA4;
}
.TagClassName
{
border-color: #2CFAA4;
}
</style>