Shades of Spring Green #2BFC6E
Tints of Spring Green #2BFC6E
RGB
CMYK
RGB Variations
Color information
#2BFC6E (or 0x2BFC6E) is known color: Spring Green. HEX triplet: 2B, FC and 6E. RGB value is (43,252,110). Sum of RGB (Red+Green+Blue) = 43+252+110=405 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.62% from 405); Green value is 252 (98.83% from 255 or 62.22% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFC6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFC6E is #D40391. Grayscale: #ADADAD. Windows color (decimal): -13894546 or 7273515. OLE color: 7273515.
HSL color Cylindrical-coordinate representation of color #2BFC6E: hue angle of 139.23º 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 #2BFC6E is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 110 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.01 |
| HSL | 139.23º | 0.97% | 0.58% | - |
| HSV(B) | 139.23º | 0.83% | 0.99% | - |
| XYZ | 38.62 | 71.26 | 26.47 | - |
| YUV | 173.32 | 92.26 | 35.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 110 | 0.83 | 0 | 0.56 | 0.01 | 139.23 | 0.97 | 0.58 |
| Hex | 2B | FC | 6E | 53 | 0 | 38 | 1 | 8B | 61 | 3A |
| Octal | 53 | 374 | 156 | 123 | 0 | 70 | 1 | 213 | 141 | 72 |
| Binary | 101011 | 11111100 | 1101110 | 1010011 | 0 | 111000 | 1 | 10001011 | 1100001 | 111010 |
Color Harmonies of #2BFC6E
Complementary color
Monochromatic Colors of #2BFC6E
Black with #2BFC6E
Text Example
Text Example
White with #2BFC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFC6E; }
p { color: rgb(43,252,110); }
H1.HeaderClassName
{
color: #2BFC6E;
}
.AnyTagClassName
{
color: #2BFC6E;
}
</style>
background-color css
<style>
a { background-color: #2BFC6E; }
a { background-color: rgb(43,252,110); }
div.DivClassName
{
background-color: #2BFC6E;
}
.BgClassName
{
background-color: #2BFC6E;
}
</style>
border-color css
<style>
span { border-color: #2BFC6E; }
span { border-color: rgb(43,252,110); }
td.TdClassName
{
border-color: #2BFC6E;
}
.TagClassName
{
border-color: #2BFC6E;
}
</style>