Html Css Color HEX #2DFFAF Medium Spring Green
📋 copy color: '#2DFFAF'red 45 ◦ green 255 ◦ blue 175
Shades of Medium Spring Green #2DFFAF
Tints of Medium Spring Green #2DFFAF
RGB
CMYK
RGB Variations
Color information
#2DFFAF (or 0x2DFFAF) is known color: Medium Spring Green. HEX triplet: 2D, FF and AF. RGB value is (45,255,175). Sum of RGB (Red+Green+Blue) = 45+255+175=475 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.47% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFFAF is #D20050. Grayscale: #B7B7B7. Windows color (decimal): -13762641 or 11534125. OLE color: 11534125.
HSL color Cylindrical-coordinate representation of color #2DFFAF: hue angle of 157.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFFAF is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 175 | - |
| CMYK | 0.82 | 0 | 0.31 | 0 |
| HSL | 157.14º | 1% | 0.59% | - |
| HSV(B) | 157.14º | 0.82% | 1% | - |
| XYZ | 44.58 | 75.17 | 52.72 | - |
| YUV | 183.09 | 123.43 | 29.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 175 | 0.82 | 0 | 0.31 | 0 | 157.14 | 1 | 0.59 |
| Hex | 2D | FF | AF | 52 | 0 | 1F | 0 | 9D | 64 | 3B |
| Octal | 55 | 377 | 257 | 122 | 0 | 37 | 0 | 235 | 144 | 73 |
| Binary | 101101 | 11111111 | 10101111 | 1010010 | 0 | 11111 | 0 | 10011101 | 1100100 | 111011 |
Color Harmonies of #2DFFAF
Complementary color
Monochromatic Colors of #2DFFAF
Black with #2DFFAF
Text Example
Text Example
White with #2DFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFFAF; }
p { color: rgb(45,255,175); }
H1.HeaderClassName
{
color: #2DFFAF;
}
.AnyTagClassName
{
color: #2DFFAF;
}
</style>
background-color css
<style>
a { background-color: #2DFFAF; }
a { background-color: rgb(45,255,175); }
div.DivClassName
{
background-color: #2DFFAF;
}
.BgClassName
{
background-color: #2DFFAF;
}
</style>
border-color css
<style>
span { border-color: #2DFFAF; }
span { border-color: rgb(45,255,175); }
td.TdClassName
{
border-color: #2DFFAF;
}
.TagClassName
{
border-color: #2DFFAF;
}
</style>