Shades of Spring Green #2BFC78
Tints of Spring Green #2BFC78
RGB
CMYK
RGB Variations
Color information
#2BFC78 (or 0x2BFC78) is known color: Spring Green. HEX triplet: 2B, FC and 78. RGB value is (43,252,120). Sum of RGB (Red+Green+Blue) = 43+252+120=415 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.36% from 415); Green value is 252 (98.83% from 255 or 60.72% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFC78 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFC78 is #D40387. Grayscale: #AEAEAE. Windows color (decimal): -13894536 or 7928875. OLE color: 7928875.
HSL color Cylindrical-coordinate representation of color #2BFC78: hue angle of 142.11º 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 #2BFC78 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 120 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.01 |
| HSL | 142.11º | 0.97% | 0.58% | - |
| HSV(B) | 142.11º | 0.83% | 0.99% | - |
| XYZ | 39.2 | 71.49 | 29.5 | - |
| YUV | 174.46 | 97.26 | 34.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 120 | 0.83 | 0 | 0.52 | 0.01 | 142.11 | 0.97 | 0.58 |
| Hex | 2B | FC | 78 | 53 | 0 | 34 | 1 | 8E | 61 | 3A |
| Octal | 53 | 374 | 170 | 123 | 0 | 64 | 1 | 216 | 141 | 72 |
| Binary | 101011 | 11111100 | 1111000 | 1010011 | 0 | 110100 | 1 | 10001110 | 1100001 | 111010 |
Color Harmonies of #2BFC78
Complementary color
Monochromatic Colors of #2BFC78
Black with #2BFC78
Text Example
Text Example
White with #2BFC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFC78; }
p { color: rgb(43,252,120); }
H1.HeaderClassName
{
color: #2BFC78;
}
.AnyTagClassName
{
color: #2BFC78;
}
</style>
background-color css
<style>
a { background-color: #2BFC78; }
a { background-color: rgb(43,252,120); }
div.DivClassName
{
background-color: #2BFC78;
}
.BgClassName
{
background-color: #2BFC78;
}
</style>
border-color css
<style>
span { border-color: #2BFC78; }
span { border-color: rgb(43,252,120); }
td.TdClassName
{
border-color: #2BFC78;
}
.TagClassName
{
border-color: #2BFC78;
}
</style>