Html Css Color HEX #2DFBAA Medium Spring Green
📋 copy color: '#2DFBAA'red 45 ◦ green 251 ◦ blue 170
Shades of Medium Spring Green #2DFBAA
Tints of Medium Spring Green #2DFBAA
RGB
CMYK
RGB Variations
Color information
#2DFBAA (or 0x2DFBAA) is known color: Medium Spring Green. HEX triplet: 2D, FB and AA. RGB value is (45,251,170). Sum of RGB (Red+Green+Blue) = 45+251+170=466 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.66% from 466); Green value is 251 (98.44% from 255 or 53.86% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFBAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFBAA is #D20455. Grayscale: #B4B4B4. Windows color (decimal): -13763670 or 11205421. OLE color: 11205421.
HSL color Cylindrical-coordinate representation of color #2DFBAA: hue angle of 156.41º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFBAA is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 170 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.02 |
| HSL | 156.41º | 0.96% | 0.58% | - |
| HSV(B) | 156.41º | 0.82% | 0.98% | - |
| XYZ | 42.84 | 72.45 | 49.76 | - |
| YUV | 180.17 | 122.25 | 31.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 170 | 0.82 | 0 | 0.32 | 0.02 | 156.41 | 0.96 | 0.58 |
| Hex | 2D | FB | AA | 52 | 0 | 20 | 2 | 9C | 60 | 3A |
| Octal | 55 | 373 | 252 | 122 | 0 | 40 | 2 | 234 | 140 | 72 |
| Binary | 101101 | 11111011 | 10101010 | 1010010 | 0 | 100000 | 10 | 10011100 | 1100000 | 111010 |
Color Harmonies of #2DFBAA
Complementary color
Monochromatic Colors of #2DFBAA
Black with #2DFBAA
Text Example
Text Example
White with #2DFBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFBAA; }
p { color: rgb(45,251,170); }
H1.HeaderClassName
{
color: #2DFBAA;
}
.AnyTagClassName
{
color: #2DFBAA;
}
</style>
background-color css
<style>
a { background-color: #2DFBAA; }
a { background-color: rgb(45,251,170); }
div.DivClassName
{
background-color: #2DFBAA;
}
.BgClassName
{
background-color: #2DFBAA;
}
</style>
border-color css
<style>
span { border-color: #2DFBAA; }
span { border-color: rgb(45,251,170); }
td.TdClassName
{
border-color: #2DFBAA;
}
.TagClassName
{
border-color: #2DFBAA;
}
</style>