Shades of Spring Green #2BF771
Tints of Spring Green #2BF771
RGB
CMYK
RGB Variations
Color information
#2BF771 (or 0x2BF771) is known color: Spring Green. HEX triplet: 2B, F7 and 71. RGB value is (43,247,113). Sum of RGB (Red+Green+Blue) = 43+247+113=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 247 (96.88% from 255 or 61.29% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 247 - color contains mainly: green. Hex color #2BF771 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF771 is #D4088E. Grayscale: #ABABAB. Windows color (decimal): -13895823 or 7468843. OLE color: 7468843.
HSL color Cylindrical-coordinate representation of color #2BF771: hue angle of 140.59º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF771 is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 247 | 113 | - |
| CMYK | 0.83 | 0 | 0.54 | 0.03 |
| HSL | 140.59º | 0.93% | 0.57% | - |
| HSV(B) | 140.59º | 0.83% | 0.97% | - |
| XYZ | 37.24 | 68.23 | 26.83 | - |
| YUV | 170.73 | 95.41 | 36.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 247 | 113 | 0.83 | 0 | 0.54 | 0.03 | 140.59 | 0.93 | 0.57 |
| Hex | 2B | F7 | 71 | 53 | 0 | 36 | 3 | 8D | 5D | 39 |
| Octal | 53 | 367 | 161 | 123 | 0 | 66 | 3 | 215 | 135 | 71 |
| Binary | 101011 | 11110111 | 1110001 | 1010011 | 0 | 110110 | 11 | 10001101 | 1011101 | 111001 |
Color Harmonies of #2BF771
Complementary color
Monochromatic Colors of #2BF771
Black with #2BF771
Text Example
Text Example
White with #2BF771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF771; }
p { color: rgb(43,247,113); }
H1.HeaderClassName
{
color: #2BF771;
}
.AnyTagClassName
{
color: #2BF771;
}
</style>
background-color css
<style>
a { background-color: #2BF771; }
a { background-color: rgb(43,247,113); }
div.DivClassName
{
background-color: #2BF771;
}
.BgClassName
{
background-color: #2BF771;
}
</style>
border-color css
<style>
span { border-color: #2BF771; }
span { border-color: rgb(43,247,113); }
td.TdClassName
{
border-color: #2BF771;
}
.TagClassName
{
border-color: #2BF771;
}
</style>