Html Css Color HEX #2BF99D Medium Spring Green
📋 copy color: '#2BF99D'red 43 ◦ green 249 ◦ blue 157
Shades of Medium Spring Green #2BF99D
Tints of Medium Spring Green #2BF99D
RGB
CMYK
RGB Variations
Color information
#2BF99D (or 0x2BF99D) is known color: Medium Spring Green. HEX triplet: 2B, F9 and 9D. RGB value is (43,249,157). Sum of RGB (Red+Green+Blue) = 43+249+157=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 249 (97.66% from 255 or 55.46% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF99D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF99D is #D40662. Grayscale: #B1B1B1. Windows color (decimal): -13895267 or 10352939. OLE color: 10352939.
HSL color Cylindrical-coordinate representation of color #2BF99D: hue angle of 153.2º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF99D is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 249 | 157 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.02 |
| HSL | 153.2º | 0.94% | 0.57% | - |
| HSV(B) | 153.2º | 0.83% | 0.98% | - |
| XYZ | 40.96 | 70.7 | 43.39 | - |
| YUV | 176.92 | 116.75 | 32.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 249 | 157 | 0.83 | 0 | 0.37 | 0.02 | 153.2 | 0.94 | 0.57 |
| Hex | 2B | F9 | 9D | 53 | 0 | 25 | 2 | 99 | 5E | 39 |
| Octal | 53 | 371 | 235 | 123 | 0 | 45 | 2 | 231 | 136 | 71 |
| Binary | 101011 | 11111001 | 10011101 | 1010011 | 0 | 100101 | 10 | 10011001 | 1011110 | 111001 |
Color Harmonies of #2BF99D
Complementary color
Monochromatic Colors of #2BF99D
Black with #2BF99D
Text Example
Text Example
White with #2BF99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF99D; }
p { color: rgb(43,249,157); }
H1.HeaderClassName
{
color: #2BF99D;
}
.AnyTagClassName
{
color: #2BF99D;
}
</style>
background-color css
<style>
a { background-color: #2BF99D; }
a { background-color: rgb(43,249,157); }
div.DivClassName
{
background-color: #2BF99D;
}
.BgClassName
{
background-color: #2BF99D;
}
</style>
border-color css
<style>
span { border-color: #2BF99D; }
span { border-color: rgb(43,249,157); }
td.TdClassName
{
border-color: #2BF99D;
}
.TagClassName
{
border-color: #2BF99D;
}
</style>