Shades of Spring Green #2BFD8A
Tints of Spring Green #2BFD8A
RGB
CMYK
RGB Variations
Color information
#2BFD8A (or 0x2BFD8A) is known color: Spring Green. HEX triplet: 2B, FD and 8A. RGB value is (43,253,138). Sum of RGB (Red+Green+Blue) = 43+253+138=434 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.91% from 434); Green value is 253 (99.22% from 255 or 58.29% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFD8A is #D40275. Grayscale: #B1B1B1. Windows color (decimal): -13894262 or 9108779. OLE color: 9108779.
HSL color Cylindrical-coordinate representation of color #2BFD8A: hue angle of 147.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 #2BFD8A is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 138 | - |
| CMYK | 0.83 | 0 | 0.45 | 0.01 |
| HSL | 147.14º | 0.98% | 0.58% | - |
| HSV(B) | 147.14º | 0.83% | 0.99% | - |
| XYZ | 40.71 | 72.6 | 35.91 | - |
| YUV | 177.1 | 105.93 | 32.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 138 | 0.83 | 0 | 0.45 | 0.01 | 147.14 | 0.98 | 0.58 |
| Hex | 2B | FD | 8A | 53 | 0 | 2D | 1 | 93 | 62 | 3A |
| Octal | 53 | 375 | 212 | 123 | 0 | 55 | 1 | 223 | 142 | 72 |
| Binary | 101011 | 11111101 | 10001010 | 1010011 | 0 | 101101 | 1 | 10010011 | 1100010 | 111010 |
Color Harmonies of #2BFD8A
Complementary color
Monochromatic Colors of #2BFD8A
Black with #2BFD8A
Text Example
Text Example
White with #2BFD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFD8A; }
p { color: rgb(43,253,138); }
H1.HeaderClassName
{
color: #2BFD8A;
}
.AnyTagClassName
{
color: #2BFD8A;
}
</style>
background-color css
<style>
a { background-color: #2BFD8A; }
a { background-color: rgb(43,253,138); }
div.DivClassName
{
background-color: #2BFD8A;
}
.BgClassName
{
background-color: #2BFD8A;
}
</style>
border-color css
<style>
span { border-color: #2BFD8A; }
span { border-color: rgb(43,253,138); }
td.TdClassName
{
border-color: #2BFD8A;
}
.TagClassName
{
border-color: #2BFD8A;
}
</style>