Shades of Spring Green #2BFE7B
Tints of Spring Green #2BFE7B
RGB
CMYK
RGB Variations
Color information
#2BFE7B (or 0x2BFE7B) is known color: Spring Green. HEX triplet: 2B, FE and 7B. RGB value is (43,254,123). Sum of RGB (Red+Green+Blue) = 43+254+123=420 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.24% from 420); Green value is 254 (99.61% from 255 or 60.48% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFE7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFE7B is #D40184. Grayscale: #B0B0B0. Windows color (decimal): -13894021 or 8125995. OLE color: 8125995.
HSL color Cylindrical-coordinate representation of color #2BFE7B: hue angle of 142.75º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFE7B is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 123 | - |
| CMYK | 0.83 | 0 | 0.52 | 0.00 |
| HSL | 142.75º | 0.99% | 0.58% | - |
| HSV(B) | 142.75º | 0.83% | 1% | - |
| XYZ | 40.01 | 72.83 | 30.69 | - |
| YUV | 175.98 | 98.1 | 33.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 123 | 0.83 | 0 | 0.52 | 0.00 | 142.75 | 0.99 | 0.58 |
| Hex | 2B | FE | 7B | 53 | 0 | 34 | 0 | 8F | 63 | 3A |
| Octal | 53 | 376 | 173 | 123 | 0 | 64 | 0 | 217 | 143 | 72 |
| Binary | 101011 | 11111110 | 1111011 | 1010011 | 0 | 110100 | 0 | 10001111 | 1100011 | 111010 |
Color Harmonies of #2BFE7B
Complementary color
Monochromatic Colors of #2BFE7B
Black with #2BFE7B
Text Example
Text Example
White with #2BFE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFE7B; }
p { color: rgb(43,254,123); }
H1.HeaderClassName
{
color: #2BFE7B;
}
.AnyTagClassName
{
color: #2BFE7B;
}
</style>
background-color css
<style>
a { background-color: #2BFE7B; }
a { background-color: rgb(43,254,123); }
div.DivClassName
{
background-color: #2BFE7B;
}
.BgClassName
{
background-color: #2BFE7B;
}
</style>
border-color css
<style>
span { border-color: #2BFE7B; }
span { border-color: rgb(43,254,123); }
td.TdClassName
{
border-color: #2BFE7B;
}
.TagClassName
{
border-color: #2BFE7B;
}
</style>