Html Css Color HEX #2CFF94 Medium Spring Green
📋 copy color: '#2CFF94'red 44 ◦ green 255 ◦ blue 148
Shades of Medium Spring Green #2CFF94
Tints of Medium Spring Green #2CFF94
RGB
CMYK
RGB Variations
Color information
#2CFF94 (or 0x2CFF94) is known color: Medium Spring Green. HEX triplet: 2C, FF and 94. RGB value is (44,255,148). Sum of RGB (Red+Green+Blue) = 44+255+148=447 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.84% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFF94 is #D3006B. Grayscale: #B3B3B3. Windows color (decimal): -13828204 or 9764652. OLE color: 9764652.
HSL color Cylindrical-coordinate representation of color #2CFF94: hue angle of 149.57º 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 #2CFF94 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 148 | - |
| CMYK | 0.83 | 0 | 0.42 | 0 |
| HSL | 149.57º | 1% | 0.59% | - |
| HSV(B) | 149.57º | 0.83% | 1% | - |
| XYZ | 42.14 | 74.19 | 40.12 | - |
| YUV | 179.71 | 110.1 | 31.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 148 | 0.83 | 0 | 0.42 | 0 | 149.57 | 1 | 0.59 |
| Hex | 2C | FF | 94 | 53 | 0 | 2A | 0 | 96 | 64 | 3B |
| Octal | 54 | 377 | 224 | 123 | 0 | 52 | 0 | 226 | 144 | 73 |
| Binary | 101100 | 11111111 | 10010100 | 1010011 | 0 | 101010 | 0 | 10010110 | 1100100 | 111011 |
Color Harmonies of #2CFF94
Complementary color
Monochromatic Colors of #2CFF94
Black with #2CFF94
Text Example
Text Example
White with #2CFF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF94; }
p { color: rgb(44,255,148); }
H1.HeaderClassName
{
color: #2CFF94;
}
.AnyTagClassName
{
color: #2CFF94;
}
</style>
background-color css
<style>
a { background-color: #2CFF94; }
a { background-color: rgb(44,255,148); }
div.DivClassName
{
background-color: #2CFF94;
}
.BgClassName
{
background-color: #2CFF94;
}
</style>
border-color css
<style>
span { border-color: #2CFF94; }
span { border-color: rgb(44,255,148); }
td.TdClassName
{
border-color: #2CFF94;
}
.TagClassName
{
border-color: #2CFF94;
}
</style>