Shades of Spring Green #2BFA7B
Tints of Spring Green #2BFA7B
RGB
CMYK
RGB Variations
Color information
#2BFA7B (or 0x2BFA7B) is known color: Spring Green. HEX triplet: 2B, FA and 7B. RGB value is (43,250,123). Sum of RGB (Red+Green+Blue) = 43+250+123=416 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.34% from 416); Green value is 250 (98.05% from 255 or 60.10% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFA7B is #D40584. Grayscale: #ADADAD. Windows color (decimal): -13895045 or 8124971. OLE color: 8124971.
HSL color Cylindrical-coordinate representation of color #2BFA7B: hue angle of 143.19º 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 #2BFA7B is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 123 | - |
| CMYK | 0.83 | 0 | 0.51 | 0.02 |
| HSL | 143.19º | 0.95% | 0.57% | - |
| HSV(B) | 143.19º | 0.83% | 0.98% | - |
| XYZ | 38.76 | 70.31 | 30.27 | - |
| YUV | 173.63 | 99.42 | 34.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 123 | 0.83 | 0 | 0.51 | 0.02 | 143.19 | 0.95 | 0.57 |
| Hex | 2B | FA | 7B | 53 | 0 | 33 | 2 | 8F | 5F | 39 |
| Octal | 53 | 372 | 173 | 123 | 0 | 63 | 2 | 217 | 137 | 71 |
| Binary | 101011 | 11111010 | 1111011 | 1010011 | 0 | 110011 | 10 | 10001111 | 1011111 | 111001 |
Color Harmonies of #2BFA7B
Complementary color
Monochromatic Colors of #2BFA7B
Black with #2BFA7B
Text Example
Text Example
White with #2BFA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA7B; }
p { color: rgb(43,250,123); }
H1.HeaderClassName
{
color: #2BFA7B;
}
.AnyTagClassName
{
color: #2BFA7B;
}
</style>
background-color css
<style>
a { background-color: #2BFA7B; }
a { background-color: rgb(43,250,123); }
div.DivClassName
{
background-color: #2BFA7B;
}
.BgClassName
{
background-color: #2BFA7B;
}
</style>
border-color css
<style>
span { border-color: #2BFA7B; }
span { border-color: rgb(43,250,123); }
td.TdClassName
{
border-color: #2BFA7B;
}
.TagClassName
{
border-color: #2BFA7B;
}
</style>