Shades of Spring Green #2BFF8C
Tints of Spring Green #2BFF8C
RGB
CMYK
RGB Variations
Color information
#2BFF8C (or 0x2BFF8C) is known color: Spring Green. HEX triplet: 2B, FF and 8C. RGB value is (43,255,140). Sum of RGB (Red+Green+Blue) = 43+255+140=438 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.82% from 438); Green value is 255 (100% from 255 or 58.22% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFF8C is #D40073. Grayscale: #B2B2B2. Windows color (decimal): -13893748 or 9240363. OLE color: 9240363.
HSL color Cylindrical-coordinate representation of color #2BFF8C: hue angle of 147.45º 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 #2BFF8C is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 140 | - |
| CMYK | 0.83 | 0 | 0.45 | 0 |
| HSL | 147.45º | 1% | 0.58% | - |
| HSV(B) | 147.45º | 0.83% | 1% | - |
| XYZ | 41.49 | 73.93 | 36.89 | - |
| YUV | 178.5 | 106.26 | 31.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 140 | 0.83 | 0 | 0.45 | 0 | 147.45 | 1 | 0.58 |
| Hex | 2B | FF | 8C | 53 | 0 | 2D | 0 | 93 | 64 | 3A |
| Octal | 53 | 377 | 214 | 123 | 0 | 55 | 0 | 223 | 144 | 72 |
| Binary | 101011 | 11111111 | 10001100 | 1010011 | 0 | 101101 | 0 | 10010011 | 1100100 | 111010 |
Color Harmonies of #2BFF8C
Complementary color
Monochromatic Colors of #2BFF8C
Black with #2BFF8C
Text Example
Text Example
White with #2BFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF8C; }
p { color: rgb(43,255,140); }
H1.HeaderClassName
{
color: #2BFF8C;
}
.AnyTagClassName
{
color: #2BFF8C;
}
</style>
background-color css
<style>
a { background-color: #2BFF8C; }
a { background-color: rgb(43,255,140); }
div.DivClassName
{
background-color: #2BFF8C;
}
.BgClassName
{
background-color: #2BFF8C;
}
</style>
border-color css
<style>
span { border-color: #2BFF8C; }
span { border-color: rgb(43,255,140); }
td.TdClassName
{
border-color: #2BFF8C;
}
.TagClassName
{
border-color: #2BFF8C;
}
</style>