Shades of Shamrock #2BD78C
Tints of Shamrock #2BD78C
RGB
CMYK
RGB Variations
Color information
#2BD78C (or 0x2BD78C) is known color: Shamrock. HEX triplet: 2B, D7 and 8C. RGB value is (43,215,140). Sum of RGB (Red+Green+Blue) = 43+215+140=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 215 (84.38% from 255 or 54.02% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 215 - color contains mainly: green. Hex color #2BD78C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD78C is #D42873. Grayscale: #9B9B9B. Windows color (decimal): -13903988 or 9230123. OLE color: 9230123.
HSL color Cylindrical-coordinate representation of color #2BD78C: hue angle of 153.84º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD78C is Cyan = 0.8, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 215 | 140 | - |
| CMYK | 0.8 | 0 | 0.35 | 0.16 |
| HSL | 153.84º | 0.68% | 0.51% | - |
| HSV(B) | 153.84º | 0.8% | 0.84% | - |
| XYZ | 30.03 | 51.01 | 33.07 | - |
| YUV | 155.02 | 119.52 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 215 | 140 | 0.8 | 0 | 0.35 | 0.16 | 153.84 | 0.68 | 0.51 |
| Hex | 2B | D7 | 8C | 50 | 0 | 23 | 10 | 9A | 44 | 33 |
| Octal | 53 | 327 | 214 | 120 | 0 | 43 | 20 | 232 | 104 | 63 |
| Binary | 101011 | 11010111 | 10001100 | 1010000 | 0 | 100011 | 10000 | 10011010 | 1000100 | 110011 |
Color Harmonies of #2BD78C
Complementary color
Monochromatic Colors of #2BD78C
Black with #2BD78C
Text Example
Text Example
White with #2BD78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD78C; }
p { color: rgb(43,215,140); }
H1.HeaderClassName
{
color: #2BD78C;
}
.AnyTagClassName
{
color: #2BD78C;
}
</style>
background-color css
<style>
a { background-color: #2BD78C; }
a { background-color: rgb(43,215,140); }
div.DivClassName
{
background-color: #2BD78C;
}
.BgClassName
{
background-color: #2BD78C;
}
</style>
border-color css
<style>
span { border-color: #2BD78C; }
span { border-color: rgb(43,215,140); }
td.TdClassName
{
border-color: #2BD78C;
}
.TagClassName
{
border-color: #2BD78C;
}
</style>