Shades of Shamrock #2BDC7F
Tints of Shamrock #2BDC7F
RGB
CMYK
RGB Variations
Color information
#2BDC7F (or 0x2BDC7F) is known color: Shamrock. HEX triplet: 2B, DC and 7F. RGB value is (43,220,127). Sum of RGB (Red+Green+Blue) = 43+220+127=390 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.03% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDC7F is #D42380. Grayscale: #9C9C9C. Windows color (decimal): -13902721 or 8379435. OLE color: 8379435.
HSL color Cylindrical-coordinate representation of color #2BDC7F: hue angle of 148.47º 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 #2BDC7F is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 127 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.14 |
| HSL | 148.47º | 0.72% | 0.52% | - |
| HSV(B) | 148.47º | 0.8% | 0.86% | - |
| XYZ | 30.42 | 53.23 | 28.75 | - |
| YUV | 156.48 | 111.36 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 127 | 0.80 | 0 | 0.42 | 0.14 | 148.47 | 0.72 | 0.52 |
| Hex | 2B | DC | 7F | 50 | 0 | 2A | E | 94 | 48 | 34 |
| Octal | 53 | 334 | 177 | 120 | 0 | 52 | 16 | 224 | 110 | 64 |
| Binary | 101011 | 11011100 | 1111111 | 1010000 | 0 | 101010 | 1110 | 10010100 | 1001000 | 110100 |
Color Harmonies of #2BDC7F
Complementary color
Monochromatic Colors of #2BDC7F
Black with #2BDC7F
Text Example
Text Example
White with #2BDC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDC7F; }
p { color: rgb(43,220,127); }
H1.HeaderClassName
{
color: #2BDC7F;
}
.AnyTagClassName
{
color: #2BDC7F;
}
</style>
background-color css
<style>
a { background-color: #2BDC7F; }
a { background-color: rgb(43,220,127); }
div.DivClassName
{
background-color: #2BDC7F;
}
.BgClassName
{
background-color: #2BDC7F;
}
</style>
border-color css
<style>
span { border-color: #2BDC7F; }
span { border-color: rgb(43,220,127); }
td.TdClassName
{
border-color: #2BDC7F;
}
.TagClassName
{
border-color: #2BDC7F;
}
</style>