Html Css Color HEX #2CF896 Medium Spring Green
📋 copy color: '#2CF896'red 44 ◦ green 248 ◦ blue 150
Shades of Medium Spring Green #2CF896
Tints of Medium Spring Green #2CF896
RGB
CMYK
RGB Variations
Color information
#2CF896 (or 0x2CF896) is known color: Medium Spring Green. HEX triplet: 2C, F8 and 96. RGB value is (44,248,150). Sum of RGB (Red+Green+Blue) = 44+248+150=442 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.95% from 442); Green value is 248 (97.27% from 255 or 56.11% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 248 - color contains mainly: green. Hex color #2CF896 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CF896 is #D30769. Grayscale: #B0B0B0. Windows color (decimal): -13829994 or 9893932. OLE color: 9893932.
HSL color Cylindrical-coordinate representation of color #2CF896: hue angle of 151.18º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF896 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 248 | 150 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.03 |
| HSL | 151.18º | 0.94% | 0.57% | - |
| HSV(B) | 151.18º | 0.82% | 0.97% | - |
| XYZ | 40.11 | 69.87 | 40.23 | - |
| YUV | 175.83 | 113.41 | 33.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 248 | 150 | 0.82 | 0 | 0.40 | 0.03 | 151.18 | 0.94 | 0.57 |
| Hex | 2C | F8 | 96 | 52 | 0 | 28 | 3 | 97 | 5E | 39 |
| Octal | 54 | 370 | 226 | 122 | 0 | 50 | 3 | 227 | 136 | 71 |
| Binary | 101100 | 11111000 | 10010110 | 1010010 | 0 | 101000 | 11 | 10010111 | 1011110 | 111001 |
Color Harmonies of #2CF896
Complementary color
Monochromatic Colors of #2CF896
Black with #2CF896
Text Example
Text Example
White with #2CF896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF896; }
p { color: rgb(44,248,150); }
H1.HeaderClassName
{
color: #2CF896;
}
.AnyTagClassName
{
color: #2CF896;
}
</style>
background-color css
<style>
a { background-color: #2CF896; }
a { background-color: rgb(44,248,150); }
div.DivClassName
{
background-color: #2CF896;
}
.BgClassName
{
background-color: #2CF896;
}
</style>
border-color css
<style>
span { border-color: #2CF896; }
span { border-color: rgb(44,248,150); }
td.TdClassName
{
border-color: #2CF896;
}
.TagClassName
{
border-color: #2CF896;
}
</style>