Shades of Spring Green #2BFC74
Tints of Spring Green #2BFC74
RGB
CMYK
RGB Variations
Color information
#2BFC74 (or 0x2BFC74) is known color: Spring Green. HEX triplet: 2B, FC and 74. RGB value is (43,252,116). Sum of RGB (Red+Green+Blue) = 43+252+116=411 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.46% from 411); Green value is 252 (98.83% from 255 or 61.31% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFC74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFC74 is #D4038B. Grayscale: #AEAEAE. Windows color (decimal): -13894540 or 7666731. OLE color: 7666731.
HSL color Cylindrical-coordinate representation of color #2BFC74: hue angle of 140.96º 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 #2BFC74 is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 116 | - |
| CMYK | 0.83 | 0 | 0.54 | 0.01 |
| HSL | 140.96º | 0.97% | 0.58% | - |
| HSV(B) | 140.96º | 0.83% | 0.99% | - |
| XYZ | 38.96 | 71.4 | 28.25 | - |
| YUV | 174.01 | 95.26 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 116 | 0.83 | 0 | 0.54 | 0.01 | 140.96 | 0.97 | 0.58 |
| Hex | 2B | FC | 74 | 53 | 0 | 36 | 1 | 8D | 61 | 3A |
| Octal | 53 | 374 | 164 | 123 | 0 | 66 | 1 | 215 | 141 | 72 |
| Binary | 101011 | 11111100 | 1110100 | 1010011 | 0 | 110110 | 1 | 10001101 | 1100001 | 111010 |
Color Harmonies of #2BFC74
Complementary color
Monochromatic Colors of #2BFC74
Black with #2BFC74
Text Example
Text Example
White with #2BFC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFC74; }
p { color: rgb(43,252,116); }
H1.HeaderClassName
{
color: #2BFC74;
}
.AnyTagClassName
{
color: #2BFC74;
}
</style>
background-color css
<style>
a { background-color: #2BFC74; }
a { background-color: rgb(43,252,116); }
div.DivClassName
{
background-color: #2BFC74;
}
.BgClassName
{
background-color: #2BFC74;
}
</style>
border-color css
<style>
span { border-color: #2BFC74; }
span { border-color: rgb(43,252,116); }
td.TdClassName
{
border-color: #2BFC74;
}
.TagClassName
{
border-color: #2BFC74;
}
</style>