Html Css Color HEX #2DFDB0 Medium Spring Green
📋 copy color: '#2DFDB0'red 45 ◦ green 253 ◦ blue 176
Shades of Medium Spring Green #2DFDB0
Tints of Medium Spring Green #2DFDB0
RGB
CMYK
RGB Variations
Color information
#2DFDB0 (or 0x2DFDB0) is known color: Medium Spring Green. HEX triplet: 2D, FD and B0. RGB value is (45,253,176). Sum of RGB (Red+Green+Blue) = 45+253+176=474 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.49% from 474); Green value is 253 (99.22% from 255 or 53.38% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFDB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFDB0 is #D2024F. Grayscale: #B6B6B6. Windows color (decimal): -13763152 or 11599149. OLE color: 11599149.
HSL color Cylindrical-coordinate representation of color #2DFDB0: hue angle of 157.79º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFDB0 is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 176 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.01 |
| HSL | 157.79º | 0.98% | 0.58% | - |
| HSV(B) | 157.79º | 0.82% | 0.99% | - |
| XYZ | 44.04 | 73.94 | 53.03 | - |
| YUV | 182.03 | 124.59 | 30.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 176 | 0.82 | 0 | 0.30 | 0.01 | 157.79 | 0.98 | 0.58 |
| Hex | 2D | FD | B0 | 52 | 0 | 1E | 1 | 9E | 62 | 3A |
| Octal | 55 | 375 | 260 | 122 | 0 | 36 | 1 | 236 | 142 | 72 |
| Binary | 101101 | 11111101 | 10110000 | 1010010 | 0 | 11110 | 1 | 10011110 | 1100010 | 111010 |
Color Harmonies of #2DFDB0
Complementary color
Monochromatic Colors of #2DFDB0
Black with #2DFDB0
Text Example
Text Example
White with #2DFDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFDB0; }
p { color: rgb(45,253,176); }
H1.HeaderClassName
{
color: #2DFDB0;
}
.AnyTagClassName
{
color: #2DFDB0;
}
</style>
background-color css
<style>
a { background-color: #2DFDB0; }
a { background-color: rgb(45,253,176); }
div.DivClassName
{
background-color: #2DFDB0;
}
.BgClassName
{
background-color: #2DFDB0;
}
</style>
border-color css
<style>
span { border-color: #2DFDB0; }
span { border-color: rgb(45,253,176); }
td.TdClassName
{
border-color: #2DFDB0;
}
.TagClassName
{
border-color: #2DFDB0;
}
</style>