Shades of Shamrock #2BDC78
Tints of Shamrock #2BDC78
RGB
CMYK
RGB Variations
Color information
#2BDC78 (or 0x2BDC78) is known color: Shamrock. HEX triplet: 2B, DC and 78. RGB value is (43,220,120). Sum of RGB (Red+Green+Blue) = 43+220+120=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 220 (86.33% from 255 or 57.44% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDC78 is #D42387. Grayscale: #9B9B9B. Windows color (decimal): -13902728 or 7920683. OLE color: 7920683.
HSL color Cylindrical-coordinate representation of color #2BDC78: hue angle of 146.1º 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 #2BDC78 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 120 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.14 |
| HSL | 146.1º | 0.72% | 0.52% | - |
| HSV(B) | 146.1º | 0.8% | 0.86% | - |
| XYZ | 29.98 | 53.06 | 26.43 | - |
| YUV | 155.68 | 107.86 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 120 | 0.80 | 0 | 0.45 | 0.14 | 146.1 | 0.72 | 0.52 |
| Hex | 2B | DC | 78 | 50 | 0 | 2D | E | 92 | 48 | 34 |
| Octal | 53 | 334 | 170 | 120 | 0 | 55 | 16 | 222 | 110 | 64 |
| Binary | 101011 | 11011100 | 1111000 | 1010000 | 0 | 101101 | 1110 | 10010010 | 1001000 | 110100 |
Color Harmonies of #2BDC78
Complementary color
Monochromatic Colors of #2BDC78
Black with #2BDC78
Text Example
Text Example
White with #2BDC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDC78; }
p { color: rgb(43,220,120); }
H1.HeaderClassName
{
color: #2BDC78;
}
.AnyTagClassName
{
color: #2BDC78;
}
</style>
background-color css
<style>
a { background-color: #2BDC78; }
a { background-color: rgb(43,220,120); }
div.DivClassName
{
background-color: #2BDC78;
}
.BgClassName
{
background-color: #2BDC78;
}
</style>
border-color css
<style>
span { border-color: #2BDC78; }
span { border-color: rgb(43,220,120); }
td.TdClassName
{
border-color: #2BDC78;
}
.TagClassName
{
border-color: #2BDC78;
}
</style>