Shades of Spring Green #2BF080
Tints of Spring Green #2BF080
RGB
CMYK
RGB Variations
Color information
#2BF080 (or 0x2BF080) is known color: Spring Green. HEX triplet: 2B, F0 and 80. RGB value is (43,240,128). Sum of RGB (Red+Green+Blue) = 43+240+128=411 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.46% from 411); Green value is 240 (94.14% from 255 or 58.39% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 240 - color contains mainly: green. Hex color #2BF080 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF080 is #D40F7F. Grayscale: #A8A8A8. Windows color (decimal): -13897600 or 8450091. OLE color: 8450091.
HSL color Cylindrical-coordinate representation of color #2BF080: hue angle of 145.89º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF080 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 240 | 128 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.06 |
| HSL | 145.89º | 0.87% | 0.55% | - |
| HSV(B) | 145.89º | 0.82% | 0.94% | - |
| XYZ | 36.05 | 64.39 | 30.95 | - |
| YUV | 168.33 | 105.23 | 38.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 240 | 128 | 0.82 | 0 | 0.47 | 0.06 | 145.89 | 0.87 | 0.55 |
| Hex | 2B | F0 | 80 | 52 | 0 | 2F | 6 | 92 | 57 | 37 |
| Octal | 53 | 360 | 200 | 122 | 0 | 57 | 6 | 222 | 127 | 67 |
| Binary | 101011 | 11110000 | 10000000 | 1010010 | 0 | 101111 | 110 | 10010010 | 1010111 | 110111 |
Color Harmonies of #2BF080
Complementary color
Monochromatic Colors of #2BF080
Black with #2BF080
Text Example
Text Example
White with #2BF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF080; }
p { color: rgb(43,240,128); }
H1.HeaderClassName
{
color: #2BF080;
}
.AnyTagClassName
{
color: #2BF080;
}
</style>
background-color css
<style>
a { background-color: #2BF080; }
a { background-color: rgb(43,240,128); }
div.DivClassName
{
background-color: #2BF080;
}
.BgClassName
{
background-color: #2BF080;
}
</style>
border-color css
<style>
span { border-color: #2BF080; }
span { border-color: rgb(43,240,128); }
td.TdClassName
{
border-color: #2BF080;
}
.TagClassName
{
border-color: #2BF080;
}
</style>