Shades of Spring Green #2BFA7A
Tints of Spring Green #2BFA7A
RGB
CMYK
RGB Variations
Color information
#2BFA7A (or 0x2BFA7A) is known color: Spring Green. HEX triplet: 2B, FA and 7A. RGB value is (43,250,122). Sum of RGB (Red+Green+Blue) = 43+250+122=415 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.36% from 415); Green value is 250 (98.05% from 255 or 60.24% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFA7A is #D40585. Grayscale: #ADADAD. Windows color (decimal): -13895046 or 8059435. OLE color: 8059435.
HSL color Cylindrical-coordinate representation of color #2BFA7A: hue angle of 142.9º 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 #2BFA7A is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 122 | - |
| CMYK | 0.83 | 0 | 0.51 | 0.02 |
| HSL | 142.9º | 0.95% | 0.57% | - |
| HSV(B) | 142.9º | 0.83% | 0.98% | - |
| XYZ | 38.69 | 70.29 | 29.94 | - |
| YUV | 173.52 | 98.92 | 34.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 122 | 0.83 | 0 | 0.51 | 0.02 | 142.9 | 0.95 | 0.57 |
| Hex | 2B | FA | 7A | 53 | 0 | 33 | 2 | 8F | 5F | 39 |
| Octal | 53 | 372 | 172 | 123 | 0 | 63 | 2 | 217 | 137 | 71 |
| Binary | 101011 | 11111010 | 1111010 | 1010011 | 0 | 110011 | 10 | 10001111 | 1011111 | 111001 |
Color Harmonies of #2BFA7A
Complementary color
Monochromatic Colors of #2BFA7A
Black with #2BFA7A
Text Example
Text Example
White with #2BFA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA7A; }
p { color: rgb(43,250,122); }
H1.HeaderClassName
{
color: #2BFA7A;
}
.AnyTagClassName
{
color: #2BFA7A;
}
</style>
background-color css
<style>
a { background-color: #2BFA7A; }
a { background-color: rgb(43,250,122); }
div.DivClassName
{
background-color: #2BFA7A;
}
.BgClassName
{
background-color: #2BFA7A;
}
</style>
border-color css
<style>
span { border-color: #2BFA7A; }
span { border-color: rgb(43,250,122); }
td.TdClassName
{
border-color: #2BFA7A;
}
.TagClassName
{
border-color: #2BFA7A;
}
</style>