Html Css Color HEX #2DFCB1 Medium Spring Green
📋 copy color: '#2DFCB1'red 45 ◦ green 252 ◦ blue 177
Shades of Medium Spring Green #2DFCB1
Tints of Medium Spring Green #2DFCB1
RGB
CMYK
RGB Variations
Color information
#2DFCB1 (or 0x2DFCB1) is known color: Medium Spring Green. HEX triplet: 2D, FC and B1. RGB value is (45,252,177). Sum of RGB (Red+Green+Blue) = 45+252+177=474 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.49% from 474); Green value is 252 (98.83% from 255 or 53.16% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFCB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFCB1 is #D2034E. Grayscale: #B5B5B5. Windows color (decimal): -13763407 or 11664429. OLE color: 11664429.
HSL color Cylindrical-coordinate representation of color #2DFCB1: hue angle of 158.26º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFCB1 is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 177 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.01 |
| HSL | 158.26º | 0.97% | 0.58% | - |
| HSV(B) | 158.26º | 0.82% | 0.99% | - |
| XYZ | 43.83 | 73.35 | 53.44 | - |
| YUV | 181.56 | 125.42 | 30.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 177 | 0.82 | 0 | 0.30 | 0.01 | 158.26 | 0.97 | 0.58 |
| Hex | 2D | FC | B1 | 52 | 0 | 1E | 1 | 9E | 61 | 3A |
| Octal | 55 | 374 | 261 | 122 | 0 | 36 | 1 | 236 | 141 | 72 |
| Binary | 101101 | 11111100 | 10110001 | 1010010 | 0 | 11110 | 1 | 10011110 | 1100001 | 111010 |
Color Harmonies of #2DFCB1
Complementary color
Monochromatic Colors of #2DFCB1
Black with #2DFCB1
Text Example
Text Example
White with #2DFCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFCB1; }
p { color: rgb(45,252,177); }
H1.HeaderClassName
{
color: #2DFCB1;
}
.AnyTagClassName
{
color: #2DFCB1;
}
</style>
background-color css
<style>
a { background-color: #2DFCB1; }
a { background-color: rgb(45,252,177); }
div.DivClassName
{
background-color: #2DFCB1;
}
.BgClassName
{
background-color: #2DFCB1;
}
</style>
border-color css
<style>
span { border-color: #2DFCB1; }
span { border-color: rgb(45,252,177); }
td.TdClassName
{
border-color: #2DFCB1;
}
.TagClassName
{
border-color: #2DFCB1;
}
</style>