Shades of Spring Green #2BFB86
Tints of Spring Green #2BFB86
RGB
CMYK
RGB Variations
Color information
#2BFB86 (or 0x2BFB86) is known color: Spring Green. HEX triplet: 2B, FB and 86. RGB value is (43,251,134). Sum of RGB (Red+Green+Blue) = 43+251+134=428 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.05% from 428); Green value is 251 (98.44% from 255 or 58.64% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFB86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFB86 is #D40479. Grayscale: #AFAFAF. Windows color (decimal): -13894778 or 8846123. OLE color: 8846123.
HSL color Cylindrical-coordinate representation of color #2BFB86: hue angle of 146.25º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFB86 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 134 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.02 |
| HSL | 146.25º | 0.96% | 0.58% | - |
| HSV(B) | 146.25º | 0.83% | 0.98% | - |
| XYZ | 39.8 | 71.23 | 34.21 | - |
| YUV | 175.47 | 104.59 | 33.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 134 | 0.83 | 0 | 0.47 | 0.02 | 146.25 | 0.96 | 0.58 |
| Hex | 2B | FB | 86 | 53 | 0 | 2F | 2 | 92 | 60 | 3A |
| Octal | 53 | 373 | 206 | 123 | 0 | 57 | 2 | 222 | 140 | 72 |
| Binary | 101011 | 11111011 | 10000110 | 1010011 | 0 | 101111 | 10 | 10010010 | 1100000 | 111010 |
Color Harmonies of #2BFB86
Complementary color
Monochromatic Colors of #2BFB86
Black with #2BFB86
Text Example
Text Example
White with #2BFB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFB86; }
p { color: rgb(43,251,134); }
H1.HeaderClassName
{
color: #2BFB86;
}
.AnyTagClassName
{
color: #2BFB86;
}
</style>
background-color css
<style>
a { background-color: #2BFB86; }
a { background-color: rgb(43,251,134); }
div.DivClassName
{
background-color: #2BFB86;
}
.BgClassName
{
background-color: #2BFB86;
}
</style>
border-color css
<style>
span { border-color: #2BFB86; }
span { border-color: rgb(43,251,134); }
td.TdClassName
{
border-color: #2BFB86;
}
.TagClassName
{
border-color: #2BFB86;
}
</style>