Html Css Color HEX #2DFBAC Medium Spring Green
📋 copy color: '#2DFBAC'red 45 ◦ green 251 ◦ blue 172
Shades of Medium Spring Green #2DFBAC
Tints of Medium Spring Green #2DFBAC
RGB
CMYK
RGB Variations
Color information
#2DFBAC (or 0x2DFBAC) is known color: Medium Spring Green. HEX triplet: 2D, FB and AC. RGB value is (45,251,172). Sum of RGB (Red+Green+Blue) = 45+251+172=468 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.62% from 468); Green value is 251 (98.44% from 255 or 53.63% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFBAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFBAC is #D20453. Grayscale: #B4B4B4. Windows color (decimal): -13763668 or 11336493. OLE color: 11336493.
HSL color Cylindrical-coordinate representation of color #2DFBAC: hue angle of 156.99º 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 #2DFBAC is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 172 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.02 |
| HSL | 156.99º | 0.96% | 0.58% | - |
| HSV(B) | 156.99º | 0.82% | 0.98% | - |
| XYZ | 43.03 | 72.53 | 50.76 | - |
| YUV | 180.4 | 123.25 | 31.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 172 | 0.82 | 0 | 0.31 | 0.02 | 156.99 | 0.96 | 0.58 |
| Hex | 2D | FB | AC | 52 | 0 | 1F | 2 | 9D | 60 | 3A |
| Octal | 55 | 373 | 254 | 122 | 0 | 37 | 2 | 235 | 140 | 72 |
| Binary | 101101 | 11111011 | 10101100 | 1010010 | 0 | 11111 | 10 | 10011101 | 1100000 | 111010 |
Color Harmonies of #2DFBAC
Complementary color
Monochromatic Colors of #2DFBAC
Black with #2DFBAC
Text Example
Text Example
White with #2DFBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFBAC; }
p { color: rgb(45,251,172); }
H1.HeaderClassName
{
color: #2DFBAC;
}
.AnyTagClassName
{
color: #2DFBAC;
}
</style>
background-color css
<style>
a { background-color: #2DFBAC; }
a { background-color: rgb(45,251,172); }
div.DivClassName
{
background-color: #2DFBAC;
}
.BgClassName
{
background-color: #2DFBAC;
}
</style>
border-color css
<style>
span { border-color: #2DFBAC; }
span { border-color: rgb(45,251,172); }
td.TdClassName
{
border-color: #2DFBAC;
}
.TagClassName
{
border-color: #2DFBAC;
}
</style>