Html Css Color HEX #2DFEAB Medium Spring Green
📋 copy color: '#2DFEAB'red 45 ◦ green 254 ◦ blue 171
Shades of Medium Spring Green #2DFEAB
Tints of Medium Spring Green #2DFEAB
RGB
CMYK
RGB Variations
Color information
#2DFEAB (or 0x2DFEAB) is known color: Medium Spring Green. HEX triplet: 2D, FE and AB. RGB value is (45,254,171). Sum of RGB (Red+Green+Blue) = 45+254+171=470 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.57% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFEAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFEAB is #D20154. Grayscale: #B6B6B6. Windows color (decimal): -13762901 or 11271725. OLE color: 11271725.
HSL color Cylindrical-coordinate representation of color #2DFEAB: hue angle of 156.17º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFEAB is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 254 | 171 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.00 |
| HSL | 156.17º | 0.99% | 0.59% | - |
| HSV(B) | 156.17º | 0.82% | 1% | - |
| XYZ | 43.87 | 74.38 | 50.57 | - |
| YUV | 182.05 | 121.76 | 30.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 254 | 171 | 0.82 | 0 | 0.33 | 0.00 | 156.17 | 0.99 | 0.59 |
| Hex | 2D | FE | AB | 52 | 0 | 21 | 0 | 9C | 63 | 3B |
| Octal | 55 | 376 | 253 | 122 | 0 | 41 | 0 | 234 | 143 | 73 |
| Binary | 101101 | 11111110 | 10101011 | 1010010 | 0 | 100001 | 0 | 10011100 | 1100011 | 111011 |
Color Harmonies of #2DFEAB
Complementary color
Monochromatic Colors of #2DFEAB
Black with #2DFEAB
Text Example
Text Example
White with #2DFEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFEAB; }
p { color: rgb(45,254,171); }
H1.HeaderClassName
{
color: #2DFEAB;
}
.AnyTagClassName
{
color: #2DFEAB;
}
</style>
background-color css
<style>
a { background-color: #2DFEAB; }
a { background-color: rgb(45,254,171); }
div.DivClassName
{
background-color: #2DFEAB;
}
.BgClassName
{
background-color: #2DFEAB;
}
</style>
border-color css
<style>
span { border-color: #2DFEAB; }
span { border-color: rgb(45,254,171); }
td.TdClassName
{
border-color: #2DFEAB;
}
.TagClassName
{
border-color: #2DFEAB;
}
</style>