Shades of Spring Green #2BFA6E
Tints of Spring Green #2BFA6E
RGB
CMYK
RGB Variations
Color information
#2BFA6E (or 0x2BFA6E) is known color: Spring Green. HEX triplet: 2B, FA and 6E. RGB value is (43,250,110). Sum of RGB (Red+Green+Blue) = 43+250+110=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 250 (98.05% from 255 or 62.03% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFA6E is #D40591. Grayscale: #ACACAC. Windows color (decimal): -13895058 or 7273003. OLE color: 7273003.
HSL color Cylindrical-coordinate representation of color #2BFA6E: hue angle of 139.42º 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 #2BFA6E is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 110 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.02 |
| HSL | 139.42º | 0.95% | 0.57% | - |
| HSV(B) | 139.42º | 0.83% | 0.98% | - |
| XYZ | 38 | 70.01 | 26.26 | - |
| YUV | 172.15 | 92.92 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 110 | 0.83 | 0 | 0.56 | 0.02 | 139.42 | 0.95 | 0.57 |
| Hex | 2B | FA | 6E | 53 | 0 | 38 | 2 | 8B | 5F | 39 |
| Octal | 53 | 372 | 156 | 123 | 0 | 70 | 2 | 213 | 137 | 71 |
| Binary | 101011 | 11111010 | 1101110 | 1010011 | 0 | 111000 | 10 | 10001011 | 1011111 | 111001 |
Color Harmonies of #2BFA6E
Complementary color
Monochromatic Colors of #2BFA6E
Black with #2BFA6E
Text Example
Text Example
White with #2BFA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA6E; }
p { color: rgb(43,250,110); }
H1.HeaderClassName
{
color: #2BFA6E;
}
.AnyTagClassName
{
color: #2BFA6E;
}
</style>
background-color css
<style>
a { background-color: #2BFA6E; }
a { background-color: rgb(43,250,110); }
div.DivClassName
{
background-color: #2BFA6E;
}
.BgClassName
{
background-color: #2BFA6E;
}
</style>
border-color css
<style>
span { border-color: #2BFA6E; }
span { border-color: rgb(43,250,110); }
td.TdClassName
{
border-color: #2BFA6E;
}
.TagClassName
{
border-color: #2BFA6E;
}
</style>