Html Css Color HEX #2DFDAA Medium Spring Green
📋 copy color: '#2DFDAA'red 45 ◦ green 253 ◦ blue 170
Shades of Medium Spring Green #2DFDAA
Tints of Medium Spring Green #2DFDAA
RGB
CMYK
RGB Variations
Color information
#2DFDAA (or 0x2DFDAA) is known color: Medium Spring Green. HEX triplet: 2D, FD and AA. RGB value is (45,253,170). Sum of RGB (Red+Green+Blue) = 45+253+170=468 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.62% from 468); Green value is 253 (99.22% from 255 or 54.06% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 253 - color contains mainly: green. Hex color #2DFDAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFDAA is #D20255. Grayscale: #B5B5B5. Windows color (decimal): -13763158 or 11205933. OLE color: 11205933.
HSL color Cylindrical-coordinate representation of color #2DFDAA: hue angle of 156.06º 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 #2DFDAA is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 253 | 170 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.01 |
| HSL | 156.06º | 0.98% | 0.58% | - |
| HSV(B) | 156.06º | 0.82% | 0.99% | - |
| XYZ | 43.46 | 73.71 | 49.97 | - |
| YUV | 181.35 | 121.59 | 30.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 253 | 170 | 0.82 | 0 | 0.33 | 0.01 | 156.06 | 0.98 | 0.58 |
| Hex | 2D | FD | AA | 52 | 0 | 21 | 1 | 9C | 62 | 3A |
| Octal | 55 | 375 | 252 | 122 | 0 | 41 | 1 | 234 | 142 | 72 |
| Binary | 101101 | 11111101 | 10101010 | 1010010 | 0 | 100001 | 1 | 10011100 | 1100010 | 111010 |
Color Harmonies of #2DFDAA
Complementary color
Monochromatic Colors of #2DFDAA
Black with #2DFDAA
Text Example
Text Example
White with #2DFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFDAA; }
p { color: rgb(45,253,170); }
H1.HeaderClassName
{
color: #2DFDAA;
}
.AnyTagClassName
{
color: #2DFDAA;
}
</style>
background-color css
<style>
a { background-color: #2DFDAA; }
a { background-color: rgb(45,253,170); }
div.DivClassName
{
background-color: #2DFDAA;
}
.BgClassName
{
background-color: #2DFDAA;
}
</style>
border-color css
<style>
span { border-color: #2DFDAA; }
span { border-color: rgb(45,253,170); }
td.TdClassName
{
border-color: #2DFDAA;
}
.TagClassName
{
border-color: #2DFDAA;
}
</style>