Shades of Spring Green #2BFF85
Tints of Spring Green #2BFF85
RGB
CMYK
RGB Variations
Color information
#2BFF85 (or 0x2BFF85) is known color: Spring Green. HEX triplet: 2B, FF and 85. RGB value is (43,255,133). Sum of RGB (Red+Green+Blue) = 43+255+133=431 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.98% from 431); Green value is 255 (100% from 255 or 59.16% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFF85 is #D4007A. Grayscale: #B1B1B1. Windows color (decimal): -13893755 or 8781611. OLE color: 8781611.
HSL color Cylindrical-coordinate representation of color #2BFF85: hue angle of 145.47º 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 #2BFF85 is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 133 | - |
| CMYK | 0.83 | 0 | 0.48 | 0 |
| HSL | 145.47º | 1% | 0.58% | - |
| HSV(B) | 145.47º | 0.83% | 1% | - |
| XYZ | 40.99 | 73.73 | 34.26 | - |
| YUV | 177.7 | 102.76 | 31.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 133 | 0.83 | 0 | 0.48 | 0 | 145.47 | 1 | 0.58 |
| Hex | 2B | FF | 85 | 53 | 0 | 30 | 0 | 91 | 64 | 3A |
| Octal | 53 | 377 | 205 | 123 | 0 | 60 | 0 | 221 | 144 | 72 |
| Binary | 101011 | 11111111 | 10000101 | 1010011 | 0 | 110000 | 0 | 10010001 | 1100100 | 111010 |
Color Harmonies of #2BFF85
Complementary color
Monochromatic Colors of #2BFF85
Black with #2BFF85
Text Example
Text Example
White with #2BFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF85; }
p { color: rgb(43,255,133); }
H1.HeaderClassName
{
color: #2BFF85;
}
.AnyTagClassName
{
color: #2BFF85;
}
</style>
background-color css
<style>
a { background-color: #2BFF85; }
a { background-color: rgb(43,255,133); }
div.DivClassName
{
background-color: #2BFF85;
}
.BgClassName
{
background-color: #2BFF85;
}
</style>
border-color css
<style>
span { border-color: #2BFF85; }
span { border-color: rgb(43,255,133); }
td.TdClassName
{
border-color: #2BFF85;
}
.TagClassName
{
border-color: #2BFF85;
}
</style>