Shades of Spring Green #2BFA72
Tints of Spring Green #2BFA72
RGB
CMYK
RGB Variations
Color information
#2BFA72 (or 0x2BFA72) is known color: Spring Green. HEX triplet: 2B, FA and 72. RGB value is (43,250,114). Sum of RGB (Red+Green+Blue) = 43+250+114=407 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.57% from 407); Green value is 250 (98.05% from 255 or 61.43% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFA72 is #D4058D. Grayscale: #ACACAC. Windows color (decimal): -13895054 or 7535147. OLE color: 7535147.
HSL color Cylindrical-coordinate representation of color #2BFA72: hue angle of 140.58º degrees, saturation: 0.95, 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 #2BFA72 is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 114 | - |
| CMYK | 0.83 | 0 | 0.54 | 0.02 |
| HSL | 140.58º | 0.95% | 0.57% | - |
| HSV(B) | 140.58º | 0.83% | 0.98% | - |
| XYZ | 38.22 | 70.1 | 27.44 | - |
| YUV | 172.6 | 94.92 | 35.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 114 | 0.83 | 0 | 0.54 | 0.02 | 140.58 | 0.95 | 0.57 |
| Hex | 2B | FA | 72 | 53 | 0 | 36 | 2 | 8D | 5F | 39 |
| Octal | 53 | 372 | 162 | 123 | 0 | 66 | 2 | 215 | 137 | 71 |
| Binary | 101011 | 11111010 | 1110010 | 1010011 | 0 | 110110 | 10 | 10001101 | 1011111 | 111001 |
Color Harmonies of #2BFA72
Complementary color
Monochromatic Colors of #2BFA72
Black with #2BFA72
Text Example
Text Example
White with #2BFA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA72; }
p { color: rgb(43,250,114); }
H1.HeaderClassName
{
color: #2BFA72;
}
.AnyTagClassName
{
color: #2BFA72;
}
</style>
background-color css
<style>
a { background-color: #2BFA72; }
a { background-color: rgb(43,250,114); }
div.DivClassName
{
background-color: #2BFA72;
}
.BgClassName
{
background-color: #2BFA72;
}
</style>
border-color css
<style>
span { border-color: #2BFA72; }
span { border-color: rgb(43,250,114); }
td.TdClassName
{
border-color: #2BFA72;
}
.TagClassName
{
border-color: #2BFA72;
}
</style>