Shades of Spring Green #2BFF89
Tints of Spring Green #2BFF89
RGB
CMYK
RGB Variations
Color information
#2BFF89 (or 0x2BFF89) is known color: Spring Green. HEX triplet: 2B, FF and 89. RGB value is (43,255,137). Sum of RGB (Red+Green+Blue) = 43+255+137=435 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.89% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF89 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFF89 is #D40076. Grayscale: #B2B2B2. Windows color (decimal): -13893751 or 9043755. OLE color: 9043755.
HSL color Cylindrical-coordinate representation of color #2BFF89: hue angle of 146.6º 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 #2BFF89 is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 137 | - |
| CMYK | 0.83 | 0 | 0.46 | 0 |
| HSL | 146.6º | 1% | 0.58% | - |
| HSV(B) | 146.6º | 0.83% | 1% | - |
| XYZ | 41.27 | 73.84 | 35.74 | - |
| YUV | 178.16 | 104.76 | 31.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 137 | 0.83 | 0 | 0.46 | 0 | 146.6 | 1 | 0.58 |
| Hex | 2B | FF | 89 | 53 | 0 | 2E | 0 | 93 | 64 | 3A |
| Octal | 53 | 377 | 211 | 123 | 0 | 56 | 0 | 223 | 144 | 72 |
| Binary | 101011 | 11111111 | 10001001 | 1010011 | 0 | 101110 | 0 | 10010011 | 1100100 | 111010 |
Color Harmonies of #2BFF89
Complementary color
Monochromatic Colors of #2BFF89
Black with #2BFF89
Text Example
Text Example
White with #2BFF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF89; }
p { color: rgb(43,255,137); }
H1.HeaderClassName
{
color: #2BFF89;
}
.AnyTagClassName
{
color: #2BFF89;
}
</style>
background-color css
<style>
a { background-color: #2BFF89; }
a { background-color: rgb(43,255,137); }
div.DivClassName
{
background-color: #2BFF89;
}
.BgClassName
{
background-color: #2BFF89;
}
</style>
border-color css
<style>
span { border-color: #2BFF89; }
span { border-color: rgb(43,255,137); }
td.TdClassName
{
border-color: #2BFF89;
}
.TagClassName
{
border-color: #2BFF89;
}
</style>