Shades of Spring Green #2BFF7B
Tints of Spring Green #2BFF7B
RGB
CMYK
RGB Variations
Color information
#2BFF7B (or 0x2BFF7B) is known color: Spring Green. HEX triplet: 2B, FF and 7B. RGB value is (43,255,123). Sum of RGB (Red+Green+Blue) = 43+255+123=421 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.21% from 421); Green value is 255 (100% from 255 or 60.57% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFF7B is #D40084. Grayscale: #B0B0B0. Windows color (decimal): -13893765 or 8126251. OLE color: 8126251.
HSL color Cylindrical-coordinate representation of color #2BFF7B: hue angle of 142.64º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFF7B is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 123 | - |
| CMYK | 0.83 | 0 | 0.52 | 0 |
| HSL | 142.64º | 1% | 0.58% | - |
| HSV(B) | 142.64º | 0.83% | 1% | - |
| XYZ | 40.33 | 73.46 | 30.79 | - |
| YUV | 176.56 | 97.76 | 32.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 123 | 0.83 | 0 | 0.52 | 0 | 142.64 | 1 | 0.58 |
| Hex | 2B | FF | 7B | 53 | 0 | 34 | 0 | 8F | 64 | 3A |
| Octal | 53 | 377 | 173 | 123 | 0 | 64 | 0 | 217 | 144 | 72 |
| Binary | 101011 | 11111111 | 1111011 | 1010011 | 0 | 110100 | 0 | 10001111 | 1100100 | 111010 |
Color Harmonies of #2BFF7B
Complementary color
Monochromatic Colors of #2BFF7B
Black with #2BFF7B
Text Example
Text Example
White with #2BFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF7B; }
p { color: rgb(43,255,123); }
H1.HeaderClassName
{
color: #2BFF7B;
}
.AnyTagClassName
{
color: #2BFF7B;
}
</style>
background-color css
<style>
a { background-color: #2BFF7B; }
a { background-color: rgb(43,255,123); }
div.DivClassName
{
background-color: #2BFF7B;
}
.BgClassName
{
background-color: #2BFF7B;
}
</style>
border-color css
<style>
span { border-color: #2BFF7B; }
span { border-color: rgb(43,255,123); }
td.TdClassName
{
border-color: #2BFF7B;
}
.TagClassName
{
border-color: #2BFF7B;
}
</style>