Html Css Color HEX #2DFB94 Medium Spring Green
📋 copy color: '#2DFB94'red 45 ◦ green 251 ◦ blue 148
Shades of Medium Spring Green #2DFB94
Tints of Medium Spring Green #2DFB94
RGB
CMYK
RGB Variations
Color information
#2DFB94 (or 0x2DFB94) is known color: Medium Spring Green. HEX triplet: 2D, FB and 94. RGB value is (45,251,148). Sum of RGB (Red+Green+Blue) = 45+251+148=444 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.14% from 444); Green value is 251 (98.44% from 255 or 56.53% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFB94 is #D2046B. Grayscale: #B1B1B1. Windows color (decimal): -13763692 or 9763629. OLE color: 9763629.
HSL color Cylindrical-coordinate representation of color #2DFB94: hue angle of 150º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFB94 is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 148 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.02 |
| HSL | 150º | 0.96% | 0.58% | - |
| HSV(B) | 150º | 0.82% | 0.98% | - |
| XYZ | 40.92 | 71.69 | 39.7 | - |
| YUV | 177.66 | 111.25 | 33.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 148 | 0.82 | 0 | 0.41 | 0.02 | 150 | 0.96 | 0.58 |
| Hex | 2D | FB | 94 | 52 | 0 | 29 | 2 | 96 | 60 | 3A |
| Octal | 55 | 373 | 224 | 122 | 0 | 51 | 2 | 226 | 140 | 72 |
| Binary | 101101 | 11111011 | 10010100 | 1010010 | 0 | 101001 | 10 | 10010110 | 1100000 | 111010 |
Color Harmonies of #2DFB94
Complementary color
Monochromatic Colors of #2DFB94
Black with #2DFB94
Text Example
Text Example
White with #2DFB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFB94; }
p { color: rgb(45,251,148); }
H1.HeaderClassName
{
color: #2DFB94;
}
.AnyTagClassName
{
color: #2DFB94;
}
</style>
background-color css
<style>
a { background-color: #2DFB94; }
a { background-color: rgb(45,251,148); }
div.DivClassName
{
background-color: #2DFB94;
}
.BgClassName
{
background-color: #2DFB94;
}
</style>
border-color css
<style>
span { border-color: #2DFB94; }
span { border-color: rgb(45,251,148); }
td.TdClassName
{
border-color: #2DFB94;
}
.TagClassName
{
border-color: #2DFB94;
}
</style>