Shades of Spring Green #2BFD80
Tints of Spring Green #2BFD80
RGB
CMYK
RGB Variations
Color information
#2BFD80 (or 0x2BFD80) is known color: Spring Green. HEX triplet: 2B, FD and 80. RGB value is (43,253,128). Sum of RGB (Red+Green+Blue) = 43+253+128=424 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.14% from 424); Green value is 253 (99.22% from 255 or 59.67% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFD80 is #D4027F. Grayscale: #B0B0B0. Windows color (decimal): -13894272 or 8453419. OLE color: 8453419.
HSL color Cylindrical-coordinate representation of color #2BFD80: hue angle of 144.29º 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 #2BFD80 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 128 | - |
| CMYK | 0.83 | 0 | 0.49 | 0.01 |
| HSL | 144.29º | 0.98% | 0.58% | - |
| HSV(B) | 144.29º | 0.83% | 0.99% | - |
| XYZ | 40.02 | 72.32 | 32.27 | - |
| YUV | 175.96 | 100.93 | 33.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 128 | 0.83 | 0 | 0.49 | 0.01 | 144.29 | 0.98 | 0.58 |
| Hex | 2B | FD | 80 | 53 | 0 | 31 | 1 | 90 | 62 | 3A |
| Octal | 53 | 375 | 200 | 123 | 0 | 61 | 1 | 220 | 142 | 72 |
| Binary | 101011 | 11111101 | 10000000 | 1010011 | 0 | 110001 | 1 | 10010000 | 1100010 | 111010 |
Color Harmonies of #2BFD80
Complementary color
Monochromatic Colors of #2BFD80
Black with #2BFD80
Text Example
Text Example
White with #2BFD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFD80; }
p { color: rgb(43,253,128); }
H1.HeaderClassName
{
color: #2BFD80;
}
.AnyTagClassName
{
color: #2BFD80;
}
</style>
background-color css
<style>
a { background-color: #2BFD80; }
a { background-color: rgb(43,253,128); }
div.DivClassName
{
background-color: #2BFD80;
}
.BgClassName
{
background-color: #2BFD80;
}
</style>
border-color css
<style>
span { border-color: #2BFD80; }
span { border-color: rgb(43,253,128); }
td.TdClassName
{
border-color: #2BFD80;
}
.TagClassName
{
border-color: #2BFD80;
}
</style>