Html Css Color HEX #2CFF9F Medium Spring Green
📋 copy color: '#2CFF9F'red 44 ◦ green 255 ◦ blue 159
Shades of Medium Spring Green #2CFF9F
Tints of Medium Spring Green #2CFF9F
RGB
CMYK
RGB Variations
Color information
#2CFF9F (or 0x2CFF9F) is known color: Medium Spring Green. HEX triplet: 2C, FF and 9F. RGB value is (44,255,159). Sum of RGB (Red+Green+Blue) = 44+255+159=458 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.61% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFF9F is #D30060. Grayscale: #B5B5B5. Windows color (decimal): -13828193 or 10485548. OLE color: 10485548.
HSL color Cylindrical-coordinate representation of color #2CFF9F: hue angle of 152.7º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFF9F is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 159 | - |
| CMYK | 0.83 | 0 | 0.38 | 0 |
| HSL | 152.7º | 1% | 0.59% | - |
| HSV(B) | 152.7º | 0.83% | 1% | - |
| XYZ | 43.06 | 74.56 | 44.92 | - |
| YUV | 180.97 | 115.6 | 30.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 159 | 0.83 | 0 | 0.38 | 0 | 152.7 | 1 | 0.59 |
| Hex | 2C | FF | 9F | 53 | 0 | 26 | 0 | 99 | 64 | 3B |
| Octal | 54 | 377 | 237 | 123 | 0 | 46 | 0 | 231 | 144 | 73 |
| Binary | 101100 | 11111111 | 10011111 | 1010011 | 0 | 100110 | 0 | 10011001 | 1100100 | 111011 |
Color Harmonies of #2CFF9F
Complementary color
Monochromatic Colors of #2CFF9F
Black with #2CFF9F
Text Example
Text Example
White with #2CFF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF9F; }
p { color: rgb(44,255,159); }
H1.HeaderClassName
{
color: #2CFF9F;
}
.AnyTagClassName
{
color: #2CFF9F;
}
</style>
background-color css
<style>
a { background-color: #2CFF9F; }
a { background-color: rgb(44,255,159); }
div.DivClassName
{
background-color: #2CFF9F;
}
.BgClassName
{
background-color: #2CFF9F;
}
</style>
border-color css
<style>
span { border-color: #2CFF9F; }
span { border-color: rgb(44,255,159); }
td.TdClassName
{
border-color: #2CFF9F;
}
.TagClassName
{
border-color: #2CFF9F;
}
</style>