Html Css Color HEX #2CFF9B Medium Spring Green
📋 copy color: '#2CFF9B'red 44 ◦ green 255 ◦ blue 155
Shades of Medium Spring Green #2CFF9B
Tints of Medium Spring Green #2CFF9B
RGB
CMYK
RGB Variations
Color information
#2CFF9B (or 0x2CFF9B) is known color: Medium Spring Green. HEX triplet: 2C, FF and 9B. RGB value is (44,255,155). Sum of RGB (Red+Green+Blue) = 44+255+155=454 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.69% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFF9B is #D30064. Grayscale: #B4B4B4. Windows color (decimal): -13828197 or 10223404. OLE color: 10223404.
HSL color Cylindrical-coordinate representation of color #2CFF9B: hue angle of 151.56º 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 #2CFF9B is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 155 | - |
| CMYK | 0.83 | 0 | 0.39 | 0 |
| HSL | 151.56º | 1% | 0.59% | - |
| HSV(B) | 151.56º | 0.83% | 1% | - |
| XYZ | 42.72 | 74.42 | 43.12 | - |
| YUV | 180.51 | 113.6 | 30.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 155 | 0.83 | 0 | 0.39 | 0 | 151.56 | 1 | 0.59 |
| Hex | 2C | FF | 9B | 53 | 0 | 27 | 0 | 98 | 64 | 3B |
| Octal | 54 | 377 | 233 | 123 | 0 | 47 | 0 | 230 | 144 | 73 |
| Binary | 101100 | 11111111 | 10011011 | 1010011 | 0 | 100111 | 0 | 10011000 | 1100100 | 111011 |
Color Harmonies of #2CFF9B
Complementary color
Monochromatic Colors of #2CFF9B
Black with #2CFF9B
Text Example
Text Example
White with #2CFF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF9B; }
p { color: rgb(44,255,155); }
H1.HeaderClassName
{
color: #2CFF9B;
}
.AnyTagClassName
{
color: #2CFF9B;
}
</style>
background-color css
<style>
a { background-color: #2CFF9B; }
a { background-color: rgb(44,255,155); }
div.DivClassName
{
background-color: #2CFF9B;
}
.BgClassName
{
background-color: #2CFF9B;
}
</style>
border-color css
<style>
span { border-color: #2CFF9B; }
span { border-color: rgb(44,255,155); }
td.TdClassName
{
border-color: #2CFF9B;
}
.TagClassName
{
border-color: #2CFF9B;
}
</style>