Html Css Color HEX #2DFB9B Medium Spring Green
📋 copy color: '#2DFB9B'red 45 ◦ green 251 ◦ blue 155
Shades of Medium Spring Green #2DFB9B
Tints of Medium Spring Green #2DFB9B
RGB
CMYK
RGB Variations
Color information
#2DFB9B (or 0x2DFB9B) is known color: Medium Spring Green. HEX triplet: 2D, FB and 9B. RGB value is (45,251,155). Sum of RGB (Red+Green+Blue) = 45+251+155=451 (59% of max value = 765). Red value is 45 (17.97% from 255 or 9.98% from 451); Green value is 251 (98.44% from 255 or 55.65% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFB9B is #D20464. Grayscale: #B2B2B2. Windows color (decimal): -13763685 or 10222381. OLE color: 10222381.
HSL color Cylindrical-coordinate representation of color #2DFB9B: hue angle of 152.04º 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 #2DFB9B is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 155 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.02 |
| HSL | 152.04º | 0.96% | 0.58% | - |
| HSV(B) | 152.04º | 0.82% | 0.98% | - |
| XYZ | 41.5 | 71.92 | 42.71 | - |
| YUV | 178.46 | 114.75 | 32.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 155 | 0.82 | 0 | 0.38 | 0.02 | 152.04 | 0.96 | 0.58 |
| Hex | 2D | FB | 9B | 52 | 0 | 26 | 2 | 98 | 60 | 3A |
| Octal | 55 | 373 | 233 | 122 | 0 | 46 | 2 | 230 | 140 | 72 |
| Binary | 101101 | 11111011 | 10011011 | 1010010 | 0 | 100110 | 10 | 10011000 | 1100000 | 111010 |
Color Harmonies of #2DFB9B
Complementary color
Monochromatic Colors of #2DFB9B
Black with #2DFB9B
Text Example
Text Example
White with #2DFB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFB9B; }
p { color: rgb(45,251,155); }
H1.HeaderClassName
{
color: #2DFB9B;
}
.AnyTagClassName
{
color: #2DFB9B;
}
</style>
background-color css
<style>
a { background-color: #2DFB9B; }
a { background-color: rgb(45,251,155); }
div.DivClassName
{
background-color: #2DFB9B;
}
.BgClassName
{
background-color: #2DFB9B;
}
</style>
border-color css
<style>
span { border-color: #2DFB9B; }
span { border-color: rgb(45,251,155); }
td.TdClassName
{
border-color: #2DFB9B;
}
.TagClassName
{
border-color: #2DFB9B;
}
</style>