Shades of Spring Green #2BFA7E
Tints of Spring Green #2BFA7E
RGB
CMYK
RGB Variations
Color information
#2BFA7E (or 0x2BFA7E) is known color: Spring Green. HEX triplet: 2B, FA and 7E. RGB value is (43,250,126). Sum of RGB (Red+Green+Blue) = 43+250+126=419 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.26% from 419); Green value is 250 (98.05% from 255 or 59.67% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFA7E is #D40581. Grayscale: #AEAEAE. Windows color (decimal): -13895042 or 8321579. OLE color: 8321579.
HSL color Cylindrical-coordinate representation of color #2BFA7E: hue angle of 144.06º 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 #2BFA7E is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 126 | - |
| CMYK | 0.83 | 0 | 0.50 | 0.02 |
| HSL | 144.06º | 0.95% | 0.57% | - |
| HSV(B) | 144.06º | 0.83% | 0.98% | - |
| XYZ | 38.95 | 70.39 | 31.27 | - |
| YUV | 173.97 | 100.92 | 34.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 126 | 0.83 | 0 | 0.50 | 0.02 | 144.06 | 0.95 | 0.57 |
| Hex | 2B | FA | 7E | 53 | 0 | 32 | 2 | 90 | 5F | 39 |
| Octal | 53 | 372 | 176 | 123 | 0 | 62 | 2 | 220 | 137 | 71 |
| Binary | 101011 | 11111010 | 1111110 | 1010011 | 0 | 110010 | 10 | 10010000 | 1011111 | 111001 |
Color Harmonies of #2BFA7E
Complementary color
Monochromatic Colors of #2BFA7E
Black with #2BFA7E
Text Example
Text Example
White with #2BFA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA7E; }
p { color: rgb(43,250,126); }
H1.HeaderClassName
{
color: #2BFA7E;
}
.AnyTagClassName
{
color: #2BFA7E;
}
</style>
background-color css
<style>
a { background-color: #2BFA7E; }
a { background-color: rgb(43,250,126); }
div.DivClassName
{
background-color: #2BFA7E;
}
.BgClassName
{
background-color: #2BFA7E;
}
</style>
border-color css
<style>
span { border-color: #2BFA7E; }
span { border-color: rgb(43,250,126); }
td.TdClassName
{
border-color: #2BFA7E;
}
.TagClassName
{
border-color: #2BFA7E;
}
</style>