Html Css Color HEX #2BF990 Medium Spring Green
📋 copy color: '#2BF990'red 43 ◦ green 249 ◦ blue 144
Shades of Medium Spring Green #2BF990
Tints of Medium Spring Green #2BF990
RGB
CMYK
RGB Variations
Color information
#2BF990 (or 0x2BF990) is known color: Medium Spring Green. HEX triplet: 2B, F9 and 90. RGB value is (43,249,144). Sum of RGB (Red+Green+Blue) = 43+249+144=436 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.86% from 436); Green value is 249 (97.66% from 255 or 57.11% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF990 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF990 is #D4066F. Grayscale: #AFAFAF. Windows color (decimal): -13895280 or 9500971. OLE color: 9500971.
HSL color Cylindrical-coordinate representation of color #2BF990: hue angle of 149.42º 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 #2BF990 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 249 | 144 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.02 |
| HSL | 149.42º | 0.94% | 0.57% | - |
| HSV(B) | 149.42º | 0.83% | 0.98% | - |
| XYZ | 39.91 | 70.28 | 37.85 | - |
| YUV | 175.44 | 110.25 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 249 | 144 | 0.83 | 0 | 0.42 | 0.02 | 149.42 | 0.94 | 0.57 |
| Hex | 2B | F9 | 90 | 53 | 0 | 2A | 2 | 95 | 5E | 39 |
| Octal | 53 | 371 | 220 | 123 | 0 | 52 | 2 | 225 | 136 | 71 |
| Binary | 101011 | 11111001 | 10010000 | 1010011 | 0 | 101010 | 10 | 10010101 | 1011110 | 111001 |
Color Harmonies of #2BF990
Complementary color
Monochromatic Colors of #2BF990
Black with #2BF990
Text Example
Text Example
White with #2BF990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF990; }
p { color: rgb(43,249,144); }
H1.HeaderClassName
{
color: #2BF990;
}
.AnyTagClassName
{
color: #2BF990;
}
</style>
background-color css
<style>
a { background-color: #2BF990; }
a { background-color: rgb(43,249,144); }
div.DivClassName
{
background-color: #2BF990;
}
.BgClassName
{
background-color: #2BF990;
}
</style>
border-color css
<style>
span { border-color: #2BF990; }
span { border-color: rgb(43,249,144); }
td.TdClassName
{
border-color: #2BF990;
}
.TagClassName
{
border-color: #2BF990;
}
</style>