Shades of Shamrock #2BDC7E
Tints of Shamrock #2BDC7E
RGB
CMYK
RGB Variations
Color information
#2BDC7E (or 0x2BDC7E) is known color: Shamrock. HEX triplet: 2B, DC and 7E. RGB value is (43,220,126). Sum of RGB (Red+Green+Blue) = 43+220+126=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 220 (86.33% from 255 or 56.56% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDC7E is #D42381. Grayscale: #9C9C9C. Windows color (decimal): -13902722 or 8313899. OLE color: 8313899.
HSL color Cylindrical-coordinate representation of color #2BDC7E: hue angle of 148.14º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDC7E is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 126 | - |
| CMYK | 0.80 | 0 | 0.43 | 0.14 |
| HSL | 148.14º | 0.72% | 0.52% | - |
| HSV(B) | 148.14º | 0.8% | 0.86% | - |
| XYZ | 30.36 | 53.21 | 28.41 | - |
| YUV | 156.36 | 110.86 | 47.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 126 | 0.80 | 0 | 0.43 | 0.14 | 148.14 | 0.72 | 0.52 |
| Hex | 2B | DC | 7E | 50 | 0 | 2B | E | 94 | 48 | 34 |
| Octal | 53 | 334 | 176 | 120 | 0 | 53 | 16 | 224 | 110 | 64 |
| Binary | 101011 | 11011100 | 1111110 | 1010000 | 0 | 101011 | 1110 | 10010100 | 1001000 | 110100 |
Color Harmonies of #2BDC7E
Complementary color
Monochromatic Colors of #2BDC7E
Black with #2BDC7E
Text Example
Text Example
White with #2BDC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDC7E; }
p { color: rgb(43,220,126); }
H1.HeaderClassName
{
color: #2BDC7E;
}
.AnyTagClassName
{
color: #2BDC7E;
}
</style>
background-color css
<style>
a { background-color: #2BDC7E; }
a { background-color: rgb(43,220,126); }
div.DivClassName
{
background-color: #2BDC7E;
}
.BgClassName
{
background-color: #2BDC7E;
}
</style>
border-color css
<style>
span { border-color: #2BDC7E; }
span { border-color: rgb(43,220,126); }
td.TdClassName
{
border-color: #2BDC7E;
}
.TagClassName
{
border-color: #2BDC7E;
}
</style>