Shades of Shamrock #2BEC8C
Tints of Shamrock #2BEC8C
RGB
CMYK
RGB Variations
Color information
#2BEC8C (or 0x2BEC8C) is known color: Shamrock. HEX triplet: 2B, EC and 8C. RGB value is (43,236,140). Sum of RGB (Red+Green+Blue) = 43+236+140=419 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.26% from 419); Green value is 236 (92.58% from 255 or 56.32% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEC8C is #D41373. Grayscale: #A7A7A7. Windows color (decimal): -13898612 or 9235499. OLE color: 9235499.
HSL color Cylindrical-coordinate representation of color #2BEC8C: hue angle of 150.16º 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 #2BEC8C is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 140 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.07 |
| HSL | 150.16º | 0.84% | 0.55% | - |
| HSV(B) | 150.16º | 0.82% | 0.93% | - |
| XYZ | 35.73 | 62.4 | 34.97 | - |
| YUV | 167.35 | 112.56 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 140 | 0.82 | 0 | 0.41 | 0.07 | 150.16 | 0.84 | 0.55 |
| Hex | 2B | EC | 8C | 52 | 0 | 29 | 7 | 96 | 54 | 37 |
| Octal | 53 | 354 | 214 | 122 | 0 | 51 | 7 | 226 | 124 | 67 |
| Binary | 101011 | 11101100 | 10001100 | 1010010 | 0 | 101001 | 111 | 10010110 | 1010100 | 110111 |
Color Harmonies of #2BEC8C
Complementary color
Monochromatic Colors of #2BEC8C
Black with #2BEC8C
Text Example
Text Example
White with #2BEC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEC8C; }
p { color: rgb(43,236,140); }
H1.HeaderClassName
{
color: #2BEC8C;
}
.AnyTagClassName
{
color: #2BEC8C;
}
</style>
background-color css
<style>
a { background-color: #2BEC8C; }
a { background-color: rgb(43,236,140); }
div.DivClassName
{
background-color: #2BEC8C;
}
.BgClassName
{
background-color: #2BEC8C;
}
</style>
border-color css
<style>
span { border-color: #2BEC8C; }
span { border-color: rgb(43,236,140); }
td.TdClassName
{
border-color: #2BEC8C;
}
.TagClassName
{
border-color: #2BEC8C;
}
</style>