Shades of Spring Green #2BFC6F
Tints of Spring Green #2BFC6F
RGB
CMYK
RGB Variations
Color information
#2BFC6F (or 0x2BFC6F) is known color: Spring Green. HEX triplet: 2B, FC and 6F. RGB value is (43,252,111). Sum of RGB (Red+Green+Blue) = 43+252+111=406 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.59% from 406); Green value is 252 (98.83% from 255 or 62.07% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFC6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFC6F is #D40390. Grayscale: #ADADAD. Windows color (decimal): -13894545 or 7339051. OLE color: 7339051.
HSL color Cylindrical-coordinate representation of color #2BFC6F: hue angle of 139.52º 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 #2BFC6F is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 111 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.01 |
| HSL | 139.52º | 0.97% | 0.58% | - |
| HSV(B) | 139.52º | 0.83% | 0.99% | - |
| XYZ | 38.68 | 71.28 | 26.76 | - |
| YUV | 173.44 | 92.76 | 34.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 111 | 0.83 | 0 | 0.56 | 0.01 | 139.52 | 0.97 | 0.58 |
| Hex | 2B | FC | 6F | 53 | 0 | 38 | 1 | 8C | 61 | 3A |
| Octal | 53 | 374 | 157 | 123 | 0 | 70 | 1 | 214 | 141 | 72 |
| Binary | 101011 | 11111100 | 1101111 | 1010011 | 0 | 111000 | 1 | 10001100 | 1100001 | 111010 |
Color Harmonies of #2BFC6F
Complementary color
Monochromatic Colors of #2BFC6F
Black with #2BFC6F
Text Example
Text Example
White with #2BFC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFC6F; }
p { color: rgb(43,252,111); }
H1.HeaderClassName
{
color: #2BFC6F;
}
.AnyTagClassName
{
color: #2BFC6F;
}
</style>
background-color css
<style>
a { background-color: #2BFC6F; }
a { background-color: rgb(43,252,111); }
div.DivClassName
{
background-color: #2BFC6F;
}
.BgClassName
{
background-color: #2BFC6F;
}
</style>
border-color css
<style>
span { border-color: #2BFC6F; }
span { border-color: rgb(43,252,111); }
td.TdClassName
{
border-color: #2BFC6F;
}
.TagClassName
{
border-color: #2BFC6F;
}
</style>