Html Css Color HEX #2BFEAA Medium Spring Green
📋 copy color: '#2BFEAA'red 43 ◦ green 254 ◦ blue 170
Shades of Medium Spring Green #2BFEAA
Tints of Medium Spring Green #2BFEAA
RGB
CMYK
RGB Variations
Color information
#2BFEAA (or 0x2BFEAA) is known color: Medium Spring Green. HEX triplet: 2B, FE and AA. RGB value is (43,254,170). Sum of RGB (Red+Green+Blue) = 43+254+170=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 254 (99.61% from 255 or 54.39% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFEAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFEAA is #D40155. Grayscale: #B5B5B5. Windows color (decimal): -13893974 or 11206187. OLE color: 11206187.
HSL color Cylindrical-coordinate representation of color #2BFEAA: hue angle of 156.11º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFEAA is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 170 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.00 |
| HSL | 156.11º | 0.99% | 0.58% | - |
| HSV(B) | 156.11º | 0.83% | 1% | - |
| XYZ | 43.69 | 74.3 | 50.07 | - |
| YUV | 181.34 | 121.6 | 29.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 170 | 0.83 | 0 | 0.33 | 0.00 | 156.11 | 0.99 | 0.58 |
| Hex | 2B | FE | AA | 53 | 0 | 21 | 0 | 9C | 63 | 3A |
| Octal | 53 | 376 | 252 | 123 | 0 | 41 | 0 | 234 | 143 | 72 |
| Binary | 101011 | 11111110 | 10101010 | 1010011 | 0 | 100001 | 0 | 10011100 | 1100011 | 111010 |
Color Harmonies of #2BFEAA
Complementary color
Monochromatic Colors of #2BFEAA
Black with #2BFEAA
Text Example
Text Example
White with #2BFEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFEAA; }
p { color: rgb(43,254,170); }
H1.HeaderClassName
{
color: #2BFEAA;
}
.AnyTagClassName
{
color: #2BFEAA;
}
</style>
background-color css
<style>
a { background-color: #2BFEAA; }
a { background-color: rgb(43,254,170); }
div.DivClassName
{
background-color: #2BFEAA;
}
.BgClassName
{
background-color: #2BFEAA;
}
</style>
border-color css
<style>
span { border-color: #2BFEAA; }
span { border-color: rgb(43,254,170); }
td.TdClassName
{
border-color: #2BFEAA;
}
.TagClassName
{
border-color: #2BFEAA;
}
</style>