Shades of Spring Green #2BF87D
Tints of Spring Green #2BF87D
RGB
CMYK
RGB Variations
Color information
#2BF87D (or 0x2BF87D) is known color: Spring Green. HEX triplet: 2B, F8 and 7D. RGB value is (43,248,125). Sum of RGB (Red+Green+Blue) = 43+248+125=416 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.34% from 416); Green value is 248 (97.27% from 255 or 59.62% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 248 - color contains mainly: green. Hex color #2BF87D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF87D is #D40782. Grayscale: #ACACAC. Windows color (decimal): -13895555 or 8255531. OLE color: 8255531.
HSL color Cylindrical-coordinate representation of color #2BF87D: hue angle of 144º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF87D is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 248 | 125 | - |
| CMYK | 0.83 | 0 | 0.50 | 0.03 |
| HSL | 144º | 0.94% | 0.57% | - |
| HSV(B) | 144º | 0.83% | 0.97% | - |
| XYZ | 38.27 | 69.13 | 30.73 | - |
| YUV | 172.68 | 101.08 | 35.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 248 | 125 | 0.83 | 0 | 0.50 | 0.03 | 144 | 0.94 | 0.57 |
| Hex | 2B | F8 | 7D | 53 | 0 | 32 | 3 | 90 | 5E | 39 |
| Octal | 53 | 370 | 175 | 123 | 0 | 62 | 3 | 220 | 136 | 71 |
| Binary | 101011 | 11111000 | 1111101 | 1010011 | 0 | 110010 | 11 | 10010000 | 1011110 | 111001 |
Color Harmonies of #2BF87D
Complementary color
Monochromatic Colors of #2BF87D
Black with #2BF87D
Text Example
Text Example
White with #2BF87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF87D; }
p { color: rgb(43,248,125); }
H1.HeaderClassName
{
color: #2BF87D;
}
.AnyTagClassName
{
color: #2BF87D;
}
</style>
background-color css
<style>
a { background-color: #2BF87D; }
a { background-color: rgb(43,248,125); }
div.DivClassName
{
background-color: #2BF87D;
}
.BgClassName
{
background-color: #2BF87D;
}
</style>
border-color css
<style>
span { border-color: #2BF87D; }
span { border-color: rgb(43,248,125); }
td.TdClassName
{
border-color: #2BF87D;
}
.TagClassName
{
border-color: #2BF87D;
}
</style>