Shades of Spring Green #2BEC7D
Tints of Spring Green #2BEC7D
RGB
CMYK
RGB Variations
Color information
#2BEC7D (or 0x2BEC7D) is known color: Spring Green. HEX triplet: 2B, EC and 7D. RGB value is (43,236,125). Sum of RGB (Red+Green+Blue) = 43+236+125=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 236 (92.58% from 255 or 58.42% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEC7D is #D41382. Grayscale: #A5A5A5. Windows color (decimal): -13898627 or 8252459. OLE color: 8252459.
HSL color Cylindrical-coordinate representation of color #2BEC7D: hue angle of 145.49º 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 #2BEC7D is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 125 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.07 |
| HSL | 145.49º | 0.84% | 0.55% | - |
| HSV(B) | 145.49º | 0.82% | 0.93% | - |
| XYZ | 34.69 | 61.99 | 29.54 | - |
| YUV | 165.64 | 105.06 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 125 | 0.82 | 0 | 0.47 | 0.07 | 145.49 | 0.84 | 0.55 |
| Hex | 2B | EC | 7D | 52 | 0 | 2F | 7 | 91 | 54 | 37 |
| Octal | 53 | 354 | 175 | 122 | 0 | 57 | 7 | 221 | 124 | 67 |
| Binary | 101011 | 11101100 | 1111101 | 1010010 | 0 | 101111 | 111 | 10010001 | 1010100 | 110111 |
Color Harmonies of #2BEC7D
Complementary color
Monochromatic Colors of #2BEC7D
Black with #2BEC7D
Text Example
Text Example
White with #2BEC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEC7D; }
p { color: rgb(43,236,125); }
H1.HeaderClassName
{
color: #2BEC7D;
}
.AnyTagClassName
{
color: #2BEC7D;
}
</style>
background-color css
<style>
a { background-color: #2BEC7D; }
a { background-color: rgb(43,236,125); }
div.DivClassName
{
background-color: #2BEC7D;
}
.BgClassName
{
background-color: #2BEC7D;
}
</style>
border-color css
<style>
span { border-color: #2BEC7D; }
span { border-color: rgb(43,236,125); }
td.TdClassName
{
border-color: #2BEC7D;
}
.TagClassName
{
border-color: #2BEC7D;
}
</style>