Html Css Color HEX #2DFCAA Medium Spring Green
📋 copy color: '#2DFCAA'red 45 ◦ green 252 ◦ blue 170
Shades of Medium Spring Green #2DFCAA
Tints of Medium Spring Green #2DFCAA
RGB
CMYK
RGB Variations
Color information
#2DFCAA (or 0x2DFCAA) is known color: Medium Spring Green. HEX triplet: 2D, FC and AA. RGB value is (45,252,170). Sum of RGB (Red+Green+Blue) = 45+252+170=467 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.64% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFCAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFCAA is #D20355. Grayscale: #B4B4B4. Windows color (decimal): -13763414 or 11205677. OLE color: 11205677.
HSL color Cylindrical-coordinate representation of color #2DFCAA: hue angle of 156.23º degrees, saturation: 0.97, 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 #2DFCAA is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 170 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.01 |
| HSL | 156.23º | 0.97% | 0.58% | - |
| HSV(B) | 156.23º | 0.82% | 0.99% | - |
| XYZ | 43.15 | 73.08 | 49.86 | - |
| YUV | 180.76 | 121.92 | 31.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 170 | 0.82 | 0 | 0.33 | 0.01 | 156.23 | 0.97 | 0.58 |
| Hex | 2D | FC | AA | 52 | 0 | 21 | 1 | 9C | 61 | 3A |
| Octal | 55 | 374 | 252 | 122 | 0 | 41 | 1 | 234 | 141 | 72 |
| Binary | 101101 | 11111100 | 10101010 | 1010010 | 0 | 100001 | 1 | 10011100 | 1100001 | 111010 |
Color Harmonies of #2DFCAA
Complementary color
Monochromatic Colors of #2DFCAA
Black with #2DFCAA
Text Example
Text Example
White with #2DFCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFCAA; }
p { color: rgb(45,252,170); }
H1.HeaderClassName
{
color: #2DFCAA;
}
.AnyTagClassName
{
color: #2DFCAA;
}
</style>
background-color css
<style>
a { background-color: #2DFCAA; }
a { background-color: rgb(45,252,170); }
div.DivClassName
{
background-color: #2DFCAA;
}
.BgClassName
{
background-color: #2DFCAA;
}
</style>
border-color css
<style>
span { border-color: #2DFCAA; }
span { border-color: rgb(45,252,170); }
td.TdClassName
{
border-color: #2DFCAA;
}
.TagClassName
{
border-color: #2DFCAA;
}
</style>