Html Css Color HEX #2CFBA1 Medium Spring Green
📋 copy color: '#2CFBA1'red 44 ◦ green 251 ◦ blue 161
Shades of Medium Spring Green #2CFBA1
Tints of Medium Spring Green #2CFBA1
RGB
CMYK
RGB Variations
Color information
#2CFBA1 (or 0x2CFBA1) is known color: Medium Spring Green. HEX triplet: 2C, FB and A1. RGB value is (44,251,161). Sum of RGB (Red+Green+Blue) = 44+251+161=456 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.65% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #2CFBA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFBA1 is #D3045E. Grayscale: #B3B3B3. Windows color (decimal): -13829215 or 10615596. OLE color: 10615596.
HSL color Cylindrical-coordinate representation of color #2CFBA1: hue angle of 153.91º degrees, saturation: 0.96, 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 #2CFBA1 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 251 | 161 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.02 |
| HSL | 153.91º | 0.96% | 0.58% | - |
| HSV(B) | 153.91º | 0.82% | 0.98% | - |
| XYZ | 41.97 | 72.1 | 45.42 | - |
| YUV | 178.85 | 117.92 | 31.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 251 | 161 | 0.82 | 0 | 0.36 | 0.02 | 153.91 | 0.96 | 0.58 |
| Hex | 2C | FB | A1 | 52 | 0 | 24 | 2 | 9A | 60 | 3A |
| Octal | 54 | 373 | 241 | 122 | 0 | 44 | 2 | 232 | 140 | 72 |
| Binary | 101100 | 11111011 | 10100001 | 1010010 | 0 | 100100 | 10 | 10011010 | 1100000 | 111010 |
Color Harmonies of #2CFBA1
Complementary color
Monochromatic Colors of #2CFBA1
Black with #2CFBA1
Text Example
Text Example
White with #2CFBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFBA1; }
p { color: rgb(44,251,161); }
H1.HeaderClassName
{
color: #2CFBA1;
}
.AnyTagClassName
{
color: #2CFBA1;
}
</style>
background-color css
<style>
a { background-color: #2CFBA1; }
a { background-color: rgb(44,251,161); }
div.DivClassName
{
background-color: #2CFBA1;
}
.BgClassName
{
background-color: #2CFBA1;
}
</style>
border-color css
<style>
span { border-color: #2CFBA1; }
span { border-color: rgb(44,251,161); }
td.TdClassName
{
border-color: #2CFBA1;
}
.TagClassName
{
border-color: #2CFBA1;
}
</style>