Shades of Spring Green #2BFF8D
Tints of Spring Green #2BFF8D
RGB
CMYK
RGB Variations
Color information
#2BFF8D (or 0x2BFF8D) is known color: Spring Green. HEX triplet: 2B, FF and 8D. RGB value is (43,255,141). Sum of RGB (Red+Green+Blue) = 43+255+141=439 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.79% from 439); Green value is 255 (100% from 255 or 58.09% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFF8D is #D40072. Grayscale: #B2B2B2. Windows color (decimal): -13893747 or 9305899. OLE color: 9305899.
HSL color Cylindrical-coordinate representation of color #2BFF8D: hue angle of 147.74º 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 #2BFF8D is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 141 | - |
| CMYK | 0.83 | 0 | 0.45 | 0 |
| HSL | 147.74º | 1% | 0.58% | - |
| HSV(B) | 147.74º | 0.83% | 1% | - |
| XYZ | 41.56 | 73.96 | 37.28 | - |
| YUV | 178.62 | 106.76 | 31.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 141 | 0.83 | 0 | 0.45 | 0 | 147.74 | 1 | 0.58 |
| Hex | 2B | FF | 8D | 53 | 0 | 2D | 0 | 94 | 64 | 3A |
| Octal | 53 | 377 | 215 | 123 | 0 | 55 | 0 | 224 | 144 | 72 |
| Binary | 101011 | 11111111 | 10001101 | 1010011 | 0 | 101101 | 0 | 10010100 | 1100100 | 111010 |
Color Harmonies of #2BFF8D
Complementary color
Monochromatic Colors of #2BFF8D
Black with #2BFF8D
Text Example
Text Example
White with #2BFF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF8D; }
p { color: rgb(43,255,141); }
H1.HeaderClassName
{
color: #2BFF8D;
}
.AnyTagClassName
{
color: #2BFF8D;
}
</style>
background-color css
<style>
a { background-color: #2BFF8D; }
a { background-color: rgb(43,255,141); }
div.DivClassName
{
background-color: #2BFF8D;
}
.BgClassName
{
background-color: #2BFF8D;
}
</style>
border-color css
<style>
span { border-color: #2BFF8D; }
span { border-color: rgb(43,255,141); }
td.TdClassName
{
border-color: #2BFF8D;
}
.TagClassName
{
border-color: #2BFF8D;
}
</style>