Shades of Spring Green #2BEC7B
Tints of Spring Green #2BEC7B
RGB
CMYK
RGB Variations
Color information
#2BEC7B (or 0x2BEC7B) is known color: Spring Green. HEX triplet: 2B, EC and 7B. RGB value is (43,236,123). Sum of RGB (Red+Green+Blue) = 43+236+123=402 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.70% from 402); Green value is 236 (92.58% from 255 or 58.71% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEC7B is #D41384. Grayscale: #A5A5A5. Windows color (decimal): -13898629 or 8121387. OLE color: 8121387.
HSL color Cylindrical-coordinate representation of color #2BEC7B: hue angle of 144.87º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEC7B is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 123 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.07 |
| HSL | 144.87º | 0.84% | 0.55% | - |
| HSV(B) | 144.87º | 0.82% | 0.93% | - |
| XYZ | 34.57 | 61.93 | 28.87 | - |
| YUV | 165.41 | 104.06 | 40.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 123 | 0.82 | 0 | 0.48 | 0.07 | 144.87 | 0.84 | 0.55 |
| Hex | 2B | EC | 7B | 52 | 0 | 30 | 7 | 91 | 54 | 37 |
| Octal | 53 | 354 | 173 | 122 | 0 | 60 | 7 | 221 | 124 | 67 |
| Binary | 101011 | 11101100 | 1111011 | 1010010 | 0 | 110000 | 111 | 10010001 | 1010100 | 110111 |
Color Harmonies of #2BEC7B
Complementary color
Monochromatic Colors of #2BEC7B
Black with #2BEC7B
Text Example
Text Example
White with #2BEC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEC7B; }
p { color: rgb(43,236,123); }
H1.HeaderClassName
{
color: #2BEC7B;
}
.AnyTagClassName
{
color: #2BEC7B;
}
</style>
background-color css
<style>
a { background-color: #2BEC7B; }
a { background-color: rgb(43,236,123); }
div.DivClassName
{
background-color: #2BEC7B;
}
.BgClassName
{
background-color: #2BEC7B;
}
</style>
border-color css
<style>
span { border-color: #2BEC7B; }
span { border-color: rgb(43,236,123); }
td.TdClassName
{
border-color: #2BEC7B;
}
.TagClassName
{
border-color: #2BEC7B;
}
</style>