Shades of Shamrock #2BCC7E
Tints of Shamrock #2BCC7E
RGB
CMYK
RGB Variations
Color information
#2BCC7E (or 0x2BCC7E) is known color: Shamrock. HEX triplet: 2B, CC and 7E. RGB value is (43,204,126). Sum of RGB (Red+Green+Blue) = 43+204+126=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 204 (80.08% from 255 or 54.69% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCC7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCC7E is #D43381. Grayscale: #939393. Windows color (decimal): -13906818 or 8309803. OLE color: 8309803.
HSL color Cylindrical-coordinate representation of color #2BCC7E: hue angle of 150.93º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCC7E is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 204 | 126 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.2 |
| HSL | 150.93º | 0.65% | 0.48% | - |
| HSV(B) | 150.93º | 0.79% | 0.8% | - |
| XYZ | 26.36 | 45.21 | 27.08 | - |
| YUV | 146.97 | 116.16 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 204 | 126 | 0.79 | 0 | 0.38 | 0.2 | 150.93 | 0.65 | 0.48 |
| Hex | 2B | CC | 7E | 4F | 0 | 26 | 14 | 97 | 41 | 30 |
| Octal | 53 | 314 | 176 | 117 | 0 | 46 | 24 | 227 | 101 | 60 |
| Binary | 101011 | 11001100 | 1111110 | 1001111 | 0 | 100110 | 10100 | 10010111 | 1000001 | 110000 |
Color Harmonies of #2BCC7E
Complementary color
Monochromatic Colors of #2BCC7E
Black with #2BCC7E
Text Example
Text Example
White with #2BCC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCC7E; }
p { color: rgb(43,204,126); }
H1.HeaderClassName
{
color: #2BCC7E;
}
.AnyTagClassName
{
color: #2BCC7E;
}
</style>
background-color css
<style>
a { background-color: #2BCC7E; }
a { background-color: rgb(43,204,126); }
div.DivClassName
{
background-color: #2BCC7E;
}
.BgClassName
{
background-color: #2BCC7E;
}
</style>
border-color css
<style>
span { border-color: #2BCC7E; }
span { border-color: rgb(43,204,126); }
td.TdClassName
{
border-color: #2BCC7E;
}
.TagClassName
{
border-color: #2BCC7E;
}
</style>