Shades of Spring Green #2BFC7B
Tints of Spring Green #2BFC7B
RGB
CMYK
RGB Variations
Color information
#2BFC7B (or 0x2BFC7B) is known color: Spring Green. HEX triplet: 2B, FC and 7B. RGB value is (43,252,123). Sum of RGB (Red+Green+Blue) = 43+252+123=418 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.29% from 418); Green value is 252 (98.83% from 255 or 60.29% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFC7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFC7B is #D40384. Grayscale: #AFAFAF. Windows color (decimal): -13894533 or 8125483. OLE color: 8125483.
HSL color Cylindrical-coordinate representation of color #2BFC7B: hue angle of 142.97º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFC7B is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 123 | - |
| CMYK | 0.83 | 0 | 0.51 | 0.01 |
| HSL | 142.97º | 0.97% | 0.58% | - |
| HSV(B) | 142.97º | 0.83% | 0.99% | - |
| XYZ | 39.38 | 71.56 | 30.48 | - |
| YUV | 174.8 | 98.76 | 33.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 123 | 0.83 | 0 | 0.51 | 0.01 | 142.97 | 0.97 | 0.58 |
| Hex | 2B | FC | 7B | 53 | 0 | 33 | 1 | 8F | 61 | 3A |
| Octal | 53 | 374 | 173 | 123 | 0 | 63 | 1 | 217 | 141 | 72 |
| Binary | 101011 | 11111100 | 1111011 | 1010011 | 0 | 110011 | 1 | 10001111 | 1100001 | 111010 |
Color Harmonies of #2BFC7B
Complementary color
Monochromatic Colors of #2BFC7B
Black with #2BFC7B
Text Example
Text Example
White with #2BFC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFC7B; }
p { color: rgb(43,252,123); }
H1.HeaderClassName
{
color: #2BFC7B;
}
.AnyTagClassName
{
color: #2BFC7B;
}
</style>
background-color css
<style>
a { background-color: #2BFC7B; }
a { background-color: rgb(43,252,123); }
div.DivClassName
{
background-color: #2BFC7B;
}
.BgClassName
{
background-color: #2BFC7B;
}
</style>
border-color css
<style>
span { border-color: #2BFC7B; }
span { border-color: rgb(43,252,123); }
td.TdClassName
{
border-color: #2BFC7B;
}
.TagClassName
{
border-color: #2BFC7B;
}
</style>