Shades of Spring Green #2BFD85
Tints of Spring Green #2BFD85
RGB
CMYK
RGB Variations
Color information
#2BFD85 (or 0x2BFD85) is known color: Spring Green. HEX triplet: 2B, FD and 85. RGB value is (43,253,133). Sum of RGB (Red+Green+Blue) = 43+253+133=429 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.02% from 429); Green value is 253 (99.22% from 255 or 58.97% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFD85 is #D4027A. Grayscale: #B0B0B0. Windows color (decimal): -13894267 or 8781099. OLE color: 8781099.
HSL color Cylindrical-coordinate representation of color #2BFD85: hue angle of 145.71º 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 #2BFD85 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 133 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.01 |
| HSL | 145.71º | 0.98% | 0.58% | - |
| HSV(B) | 145.71º | 0.83% | 0.99% | - |
| XYZ | 40.36 | 72.46 | 34.05 | - |
| YUV | 176.53 | 103.43 | 32.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 133 | 0.83 | 0 | 0.47 | 0.01 | 145.71 | 0.98 | 0.58 |
| Hex | 2B | FD | 85 | 53 | 0 | 2F | 1 | 92 | 62 | 3A |
| Octal | 53 | 375 | 205 | 123 | 0 | 57 | 1 | 222 | 142 | 72 |
| Binary | 101011 | 11111101 | 10000101 | 1010011 | 0 | 101111 | 1 | 10010010 | 1100010 | 111010 |
Color Harmonies of #2BFD85
Complementary color
Monochromatic Colors of #2BFD85
Black with #2BFD85
Text Example
Text Example
White with #2BFD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFD85; }
p { color: rgb(43,253,133); }
H1.HeaderClassName
{
color: #2BFD85;
}
.AnyTagClassName
{
color: #2BFD85;
}
</style>
background-color css
<style>
a { background-color: #2BFD85; }
a { background-color: rgb(43,253,133); }
div.DivClassName
{
background-color: #2BFD85;
}
.BgClassName
{
background-color: #2BFD85;
}
</style>
border-color css
<style>
span { border-color: #2BFD85; }
span { border-color: rgb(43,253,133); }
td.TdClassName
{
border-color: #2BFD85;
}
.TagClassName
{
border-color: #2BFD85;
}
</style>