Shades of Spring Green #2BFD83
Tints of Spring Green #2BFD83
RGB
CMYK
RGB Variations
Color information
#2BFD83 (or 0x2BFD83) is known color: Spring Green. HEX triplet: 2B, FD and 83. RGB value is (43,253,131). Sum of RGB (Red+Green+Blue) = 43+253+131=427 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.07% from 427); Green value is 253 (99.22% from 255 or 59.25% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFD83 is #D4027C. Grayscale: #B0B0B0. Windows color (decimal): -13894269 or 8650027. OLE color: 8650027.
HSL color Cylindrical-coordinate representation of color #2BFD83: hue angle of 145.14º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFD83 is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 131 | - |
| CMYK | 0.83 | 0 | 0.48 | 0.01 |
| HSL | 145.14º | 0.98% | 0.58% | - |
| HSV(B) | 145.14º | 0.83% | 0.99% | - |
| XYZ | 40.22 | 72.4 | 33.33 | - |
| YUV | 176.3 | 102.43 | 32.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 131 | 0.83 | 0 | 0.48 | 0.01 | 145.14 | 0.98 | 0.58 |
| Hex | 2B | FD | 83 | 53 | 0 | 30 | 1 | 91 | 62 | 3A |
| Octal | 53 | 375 | 203 | 123 | 0 | 60 | 1 | 221 | 142 | 72 |
| Binary | 101011 | 11111101 | 10000011 | 1010011 | 0 | 110000 | 1 | 10010001 | 1100010 | 111010 |
Color Harmonies of #2BFD83
Complementary color
Monochromatic Colors of #2BFD83
Black with #2BFD83
Text Example
Text Example
White with #2BFD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFD83; }
p { color: rgb(43,253,131); }
H1.HeaderClassName
{
color: #2BFD83;
}
.AnyTagClassName
{
color: #2BFD83;
}
</style>
background-color css
<style>
a { background-color: #2BFD83; }
a { background-color: rgb(43,253,131); }
div.DivClassName
{
background-color: #2BFD83;
}
.BgClassName
{
background-color: #2BFD83;
}
</style>
border-color css
<style>
span { border-color: #2BFD83; }
span { border-color: rgb(43,253,131); }
td.TdClassName
{
border-color: #2BFD83;
}
.TagClassName
{
border-color: #2BFD83;
}
</style>