Shades of Shamrock #2BDC7A
Tints of Shamrock #2BDC7A
RGB
CMYK
RGB Variations
Color information
#2BDC7A (or 0x2BDC7A) is known color: Shamrock. HEX triplet: 2B, DC and 7A. RGB value is (43,220,122). Sum of RGB (Red+Green+Blue) = 43+220+122=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDC7A is #D42385. Grayscale: #9C9C9C. Windows color (decimal): -13902726 or 8051755. OLE color: 8051755.
HSL color Cylindrical-coordinate representation of color #2BDC7A: hue angle of 146.78º 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 #2BDC7A is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 122 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.14 |
| HSL | 146.78º | 0.72% | 0.52% | - |
| HSV(B) | 146.78º | 0.8% | 0.86% | - |
| XYZ | 30.1 | 53.11 | 27.08 | - |
| YUV | 155.91 | 108.86 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 122 | 0.80 | 0 | 0.45 | 0.14 | 146.78 | 0.72 | 0.52 |
| Hex | 2B | DC | 7A | 50 | 0 | 2D | E | 93 | 48 | 34 |
| Octal | 53 | 334 | 172 | 120 | 0 | 55 | 16 | 223 | 110 | 64 |
| Binary | 101011 | 11011100 | 1111010 | 1010000 | 0 | 101101 | 1110 | 10010011 | 1001000 | 110100 |
Color Harmonies of #2BDC7A
Complementary color
Monochromatic Colors of #2BDC7A
Black with #2BDC7A
Text Example
Text Example
White with #2BDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDC7A; }
p { color: rgb(43,220,122); }
H1.HeaderClassName
{
color: #2BDC7A;
}
.AnyTagClassName
{
color: #2BDC7A;
}
</style>
background-color css
<style>
a { background-color: #2BDC7A; }
a { background-color: rgb(43,220,122); }
div.DivClassName
{
background-color: #2BDC7A;
}
.BgClassName
{
background-color: #2BDC7A;
}
</style>
border-color css
<style>
span { border-color: #2BDC7A; }
span { border-color: rgb(43,220,122); }
td.TdClassName
{
border-color: #2BDC7A;
}
.TagClassName
{
border-color: #2BDC7A;
}
</style>