Shades of Shamrock #2BEC8D
Tints of Shamrock #2BEC8D
RGB
CMYK
RGB Variations
Color information
#2BEC8D (or 0x2BEC8D) is known color: Shamrock. HEX triplet: 2B, EC and 8D. RGB value is (43,236,141). Sum of RGB (Red+Green+Blue) = 43+236+141=420 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.24% from 420); Green value is 236 (92.58% from 255 or 56.19% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEC8D is #D41372. Grayscale: #A7A7A7. Windows color (decimal): -13898611 or 9301035. OLE color: 9301035.
HSL color Cylindrical-coordinate representation of color #2BEC8D: hue angle of 150.47º 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 #2BEC8D is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 141 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.07 |
| HSL | 150.47º | 0.84% | 0.55% | - |
| HSV(B) | 150.47º | 0.82% | 0.93% | - |
| XYZ | 35.8 | 62.43 | 35.36 | - |
| YUV | 167.46 | 113.06 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 141 | 0.82 | 0 | 0.40 | 0.07 | 150.47 | 0.84 | 0.55 |
| Hex | 2B | EC | 8D | 52 | 0 | 28 | 7 | 96 | 54 | 37 |
| Octal | 53 | 354 | 215 | 122 | 0 | 50 | 7 | 226 | 124 | 67 |
| Binary | 101011 | 11101100 | 10001101 | 1010010 | 0 | 101000 | 111 | 10010110 | 1010100 | 110111 |
Color Harmonies of #2BEC8D
Complementary color
Monochromatic Colors of #2BEC8D
Black with #2BEC8D
Text Example
Text Example
White with #2BEC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEC8D; }
p { color: rgb(43,236,141); }
H1.HeaderClassName
{
color: #2BEC8D;
}
.AnyTagClassName
{
color: #2BEC8D;
}
</style>
background-color css
<style>
a { background-color: #2BEC8D; }
a { background-color: rgb(43,236,141); }
div.DivClassName
{
background-color: #2BEC8D;
}
.BgClassName
{
background-color: #2BEC8D;
}
</style>
border-color css
<style>
span { border-color: #2BEC8D; }
span { border-color: rgb(43,236,141); }
td.TdClassName
{
border-color: #2BEC8D;
}
.TagClassName
{
border-color: #2BEC8D;
}
</style>