Shades of Shamrock #2BD88C
Tints of Shamrock #2BD88C
RGB
CMYK
RGB Variations
Color information
#2BD88C (or 0x2BD88C) is known color: Shamrock. HEX triplet: 2B, D8 and 8C. RGB value is (43,216,140). Sum of RGB (Red+Green+Blue) = 43+216+140=399 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.78% from 399); Green value is 216 (84.77% from 255 or 54.14% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 216 - color contains mainly: green. Hex color #2BD88C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD88C is #D42773. Grayscale: #9B9B9B. Windows color (decimal): -13903732 or 9230379. OLE color: 9230379.
HSL color Cylindrical-coordinate representation of color #2BD88C: hue angle of 153.64º degrees, saturation: 0.69, 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 #2BD88C is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 216 | 140 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.15 |
| HSL | 153.64º | 0.69% | 0.51% | - |
| HSV(B) | 153.64º | 0.8% | 0.85% | - |
| XYZ | 30.29 | 51.52 | 33.16 | - |
| YUV | 155.61 | 119.19 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 216 | 140 | 0.80 | 0 | 0.35 | 0.15 | 153.64 | 0.69 | 0.51 |
| Hex | 2B | D8 | 8C | 50 | 0 | 23 | F | 9A | 45 | 33 |
| Octal | 53 | 330 | 214 | 120 | 0 | 43 | 17 | 232 | 105 | 63 |
| Binary | 101011 | 11011000 | 10001100 | 1010000 | 0 | 100011 | 1111 | 10011010 | 1000101 | 110011 |
Color Harmonies of #2BD88C
Complementary color
Monochromatic Colors of #2BD88C
Black with #2BD88C
Text Example
Text Example
White with #2BD88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD88C; }
p { color: rgb(43,216,140); }
H1.HeaderClassName
{
color: #2BD88C;
}
.AnyTagClassName
{
color: #2BD88C;
}
</style>
background-color css
<style>
a { background-color: #2BD88C; }
a { background-color: rgb(43,216,140); }
div.DivClassName
{
background-color: #2BD88C;
}
.BgClassName
{
background-color: #2BD88C;
}
</style>
border-color css
<style>
span { border-color: #2BD88C; }
span { border-color: rgb(43,216,140); }
td.TdClassName
{
border-color: #2BD88C;
}
.TagClassName
{
border-color: #2BD88C;
}
</style>