Html Css Color HEX #2DFDA3 Medium Spring Green
📋 copy color: '#2DFDA3'red 45 ◦ green 253 ◦ blue 163
Shades of Medium Spring Green #2DFDA3
Tints of Medium Spring Green #2DFDA3
RGB
CMYK
RGB Variations
Color information
#2DFDA3 (or 0x2DFDA3) is known color: Medium Spring Green. HEX triplet: 2D, FD and A3. RGB value is (45,253,163). Sum of RGB (Red+Green+Blue) = 45+253+163=461 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.76% from 461); Green value is 253 (99.22% from 255 or 54.88% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFDA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFDA3 is #D2025C. Grayscale: #B4B4B4. Windows color (decimal): -13763165 or 10747181. OLE color: 10747181.
HSL color Cylindrical-coordinate representation of color #2DFDA3: hue angle of 154.04º 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 #2DFDA3 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 163 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.01 |
| HSL | 154.04º | 0.98% | 0.58% | - |
| HSV(B) | 154.04º | 0.82% | 0.99% | - |
| XYZ | 42.82 | 73.45 | 46.57 | - |
| YUV | 180.55 | 118.09 | 31.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 163 | 0.82 | 0 | 0.36 | 0.01 | 154.04 | 0.98 | 0.58 |
| Hex | 2D | FD | A3 | 52 | 0 | 24 | 1 | 9A | 62 | 3A |
| Octal | 55 | 375 | 243 | 122 | 0 | 44 | 1 | 232 | 142 | 72 |
| Binary | 101101 | 11111101 | 10100011 | 1010010 | 0 | 100100 | 1 | 10011010 | 1100010 | 111010 |
Color Harmonies of #2DFDA3
Complementary color
Monochromatic Colors of #2DFDA3
Black with #2DFDA3
Text Example
Text Example
White with #2DFDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFDA3; }
p { color: rgb(45,253,163); }
H1.HeaderClassName
{
color: #2DFDA3;
}
.AnyTagClassName
{
color: #2DFDA3;
}
</style>
background-color css
<style>
a { background-color: #2DFDA3; }
a { background-color: rgb(45,253,163); }
div.DivClassName
{
background-color: #2DFDA3;
}
.BgClassName
{
background-color: #2DFDA3;
}
</style>
border-color css
<style>
span { border-color: #2DFDA3; }
span { border-color: rgb(45,253,163); }
td.TdClassName
{
border-color: #2DFDA3;
}
.TagClassName
{
border-color: #2DFDA3;
}
</style>