Shades of Spring Green #2BFF78
Tints of Spring Green #2BFF78
RGB
CMYK
RGB Variations
Color information
#2BFF78 (or 0x2BFF78) is known color: Spring Green. HEX triplet: 2B, FF and 78. RGB value is (43,255,120). Sum of RGB (Red+Green+Blue) = 43+255+120=418 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.29% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF78 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFF78 is #D40087. Grayscale: #B0B0B0. Windows color (decimal): -13893768 or 7929643. OLE color: 7929643.
HSL color Cylindrical-coordinate representation of color #2BFF78: hue angle of 141.79º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFF78 is Cyan = 0.83, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 120 | - |
| CMYK | 0.83 | 0 | 0.53 | 0 |
| HSL | 141.79º | 1% | 0.58% | - |
| HSV(B) | 141.79º | 0.83% | 1% | - |
| XYZ | 40.15 | 73.39 | 29.82 | - |
| YUV | 176.22 | 96.26 | 32.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 120 | 0.83 | 0 | 0.53 | 0 | 141.79 | 1 | 0.58 |
| Hex | 2B | FF | 78 | 53 | 0 | 35 | 0 | 8E | 64 | 3A |
| Octal | 53 | 377 | 170 | 123 | 0 | 65 | 0 | 216 | 144 | 72 |
| Binary | 101011 | 11111111 | 1111000 | 1010011 | 0 | 110101 | 0 | 10001110 | 1100100 | 111010 |
Color Harmonies of #2BFF78
Complementary color
Monochromatic Colors of #2BFF78
Black with #2BFF78
Text Example
Text Example
White with #2BFF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF78; }
p { color: rgb(43,255,120); }
H1.HeaderClassName
{
color: #2BFF78;
}
.AnyTagClassName
{
color: #2BFF78;
}
</style>
background-color css
<style>
a { background-color: #2BFF78; }
a { background-color: rgb(43,255,120); }
div.DivClassName
{
background-color: #2BFF78;
}
.BgClassName
{
background-color: #2BFF78;
}
</style>
border-color css
<style>
span { border-color: #2BFF78; }
span { border-color: rgb(43,255,120); }
td.TdClassName
{
border-color: #2BFF78;
}
.TagClassName
{
border-color: #2BFF78;
}
</style>