Html Css Color HEX #2DFB9D Medium Spring Green
📋 copy color: '#2DFB9D'red 45 ◦ green 251 ◦ blue 157
Shades of Medium Spring Green #2DFB9D
Tints of Medium Spring Green #2DFB9D
RGB
CMYK
RGB Variations
Color information
#2DFB9D (or 0x2DFB9D) is known color: Medium Spring Green. HEX triplet: 2D, FB and 9D. RGB value is (45,251,157). Sum of RGB (Red+Green+Blue) = 45+251+157=453 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.93% from 453); Green value is 251 (98.44% from 255 or 55.41% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFB9D is #D20462. Grayscale: #B2B2B2. Windows color (decimal): -13763683 or 10353453. OLE color: 10353453.
HSL color Cylindrical-coordinate representation of color #2DFB9D: hue angle of 152.62º 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 #2DFB9D is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 157 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.02 |
| HSL | 152.62º | 0.96% | 0.58% | - |
| HSV(B) | 152.62º | 0.82% | 0.98% | - |
| XYZ | 41.67 | 71.99 | 43.6 | - |
| YUV | 178.69 | 115.75 | 32.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 157 | 0.82 | 0 | 0.37 | 0.02 | 152.62 | 0.96 | 0.58 |
| Hex | 2D | FB | 9D | 52 | 0 | 25 | 2 | 99 | 60 | 3A |
| Octal | 55 | 373 | 235 | 122 | 0 | 45 | 2 | 231 | 140 | 72 |
| Binary | 101101 | 11111011 | 10011101 | 1010010 | 0 | 100101 | 10 | 10011001 | 1100000 | 111010 |
Color Harmonies of #2DFB9D
Complementary color
Monochromatic Colors of #2DFB9D
Black with #2DFB9D
Text Example
Text Example
White with #2DFB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFB9D; }
p { color: rgb(45,251,157); }
H1.HeaderClassName
{
color: #2DFB9D;
}
.AnyTagClassName
{
color: #2DFB9D;
}
</style>
background-color css
<style>
a { background-color: #2DFB9D; }
a { background-color: rgb(45,251,157); }
div.DivClassName
{
background-color: #2DFB9D;
}
.BgClassName
{
background-color: #2DFB9D;
}
</style>
border-color css
<style>
span { border-color: #2DFB9D; }
span { border-color: rgb(45,251,157); }
td.TdClassName
{
border-color: #2DFB9D;
}
.TagClassName
{
border-color: #2DFB9D;
}
</style>