Shades of Shamrock #2BD983
Tints of Shamrock #2BD983
RGB
CMYK
RGB Variations
Color information
#2BD983 (or 0x2BD983) is known color: Shamrock. HEX triplet: 2B, D9 and 83. RGB value is (43,217,131). Sum of RGB (Red+Green+Blue) = 43+217+131=391 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.00% from 391); Green value is 217 (85.16% from 255 or 55.50% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD983 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD983 is #D4267C. Grayscale: #9B9B9B. Windows color (decimal): -13903485 or 8640811. OLE color: 8640811.
HSL color Cylindrical-coordinate representation of color #2BD983: hue angle of 150.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD983 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 217 | 131 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.15 |
| HSL | 150.34º | 0.7% | 0.51% | - |
| HSV(B) | 150.34º | 0.8% | 0.85% | - |
| XYZ | 29.91 | 51.78 | 29.89 | - |
| YUV | 155.17 | 114.35 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 217 | 131 | 0.80 | 0 | 0.40 | 0.15 | 150.34 | 0.7 | 0.51 |
| Hex | 2B | D9 | 83 | 50 | 0 | 28 | F | 96 | 46 | 33 |
| Octal | 53 | 331 | 203 | 120 | 0 | 50 | 17 | 226 | 106 | 63 |
| Binary | 101011 | 11011001 | 10000011 | 1010000 | 0 | 101000 | 1111 | 10010110 | 1000110 | 110011 |
Color Harmonies of #2BD983
Complementary color
Monochromatic Colors of #2BD983
Black with #2BD983
Text Example
Text Example
White with #2BD983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD983; }
p { color: rgb(43,217,131); }
H1.HeaderClassName
{
color: #2BD983;
}
.AnyTagClassName
{
color: #2BD983;
}
</style>
background-color css
<style>
a { background-color: #2BD983; }
a { background-color: rgb(43,217,131); }
div.DivClassName
{
background-color: #2BD983;
}
.BgClassName
{
background-color: #2BD983;
}
</style>
border-color css
<style>
span { border-color: #2BD983; }
span { border-color: rgb(43,217,131); }
td.TdClassName
{
border-color: #2BD983;
}
.TagClassName
{
border-color: #2BD983;
}
</style>