Html Css Color HEX #2DFA9F Medium Spring Green
📋 copy color: '#2DFA9F'red 45 ◦ green 250 ◦ blue 159
Shades of Medium Spring Green #2DFA9F
Tints of Medium Spring Green #2DFA9F
RGB
CMYK
RGB Variations
Color information
#2DFA9F (or 0x2DFA9F) is known color: Medium Spring Green. HEX triplet: 2D, FA and 9F. RGB value is (45,250,159). Sum of RGB (Red+Green+Blue) = 45+250+159=454 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.91% from 454); Green value is 250 (98.05% from 255 or 55.07% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFA9F is #D20560. Grayscale: #B2B2B2. Windows color (decimal): -13763937 or 10484269. OLE color: 10484269.
HSL color Cylindrical-coordinate representation of color #2DFA9F: hue angle of 153.37º degrees, saturation: 0.95, 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 #2DFA9F is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 159 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.02 |
| HSL | 153.37º | 0.95% | 0.58% | - |
| HSV(B) | 153.37º | 0.82% | 0.98% | - |
| XYZ | 41.53 | 71.43 | 44.4 | - |
| YUV | 178.33 | 117.08 | 32.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 159 | 0.82 | 0 | 0.36 | 0.02 | 153.37 | 0.95 | 0.58 |
| Hex | 2D | FA | 9F | 52 | 0 | 24 | 2 | 99 | 5F | 3A |
| Octal | 55 | 372 | 237 | 122 | 0 | 44 | 2 | 231 | 137 | 72 |
| Binary | 101101 | 11111010 | 10011111 | 1010010 | 0 | 100100 | 10 | 10011001 | 1011111 | 111010 |
Color Harmonies of #2DFA9F
Complementary color
Monochromatic Colors of #2DFA9F
Black with #2DFA9F
Text Example
Text Example
White with #2DFA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA9F; }
p { color: rgb(45,250,159); }
H1.HeaderClassName
{
color: #2DFA9F;
}
.AnyTagClassName
{
color: #2DFA9F;
}
</style>
background-color css
<style>
a { background-color: #2DFA9F; }
a { background-color: rgb(45,250,159); }
div.DivClassName
{
background-color: #2DFA9F;
}
.BgClassName
{
background-color: #2DFA9F;
}
</style>
border-color css
<style>
span { border-color: #2DFA9F; }
span { border-color: rgb(45,250,159); }
td.TdClassName
{
border-color: #2DFA9F;
}
.TagClassName
{
border-color: #2DFA9F;
}
</style>