Shades of Shamrock #2BDF78
Tints of Shamrock #2BDF78
RGB
CMYK
RGB Variations
Color information
#2BDF78 (or 0x2BDF78) is known color: Shamrock. HEX triplet: 2B, DF and 78. RGB value is (43,223,120). Sum of RGB (Red+Green+Blue) = 43+223+120=386 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.14% from 386); Green value is 223 (87.5% from 255 or 57.77% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDF78 is #D42087. Grayscale: #9D9D9D. Windows color (decimal): -13901960 or 7921451. OLE color: 7921451.
HSL color Cylindrical-coordinate representation of color #2BDF78: hue angle of 145.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDF78 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 120 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.13 |
| HSL | 145.67º | 0.74% | 0.52% | - |
| HSV(B) | 145.67º | 0.81% | 0.87% | - |
| XYZ | 30.77 | 54.65 | 26.69 | - |
| YUV | 157.44 | 106.87 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 120 | 0.81 | 0 | 0.46 | 0.13 | 145.67 | 0.74 | 0.52 |
| Hex | 2B | DF | 78 | 51 | 0 | 2E | D | 92 | 4A | 34 |
| Octal | 53 | 337 | 170 | 121 | 0 | 56 | 15 | 222 | 112 | 64 |
| Binary | 101011 | 11011111 | 1111000 | 1010001 | 0 | 101110 | 1101 | 10010010 | 1001010 | 110100 |
Color Harmonies of #2BDF78
Complementary color
Monochromatic Colors of #2BDF78
Black with #2BDF78
Text Example
Text Example
White with #2BDF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDF78; }
p { color: rgb(43,223,120); }
H1.HeaderClassName
{
color: #2BDF78;
}
.AnyTagClassName
{
color: #2BDF78;
}
</style>
background-color css
<style>
a { background-color: #2BDF78; }
a { background-color: rgb(43,223,120); }
div.DivClassName
{
background-color: #2BDF78;
}
.BgClassName
{
background-color: #2BDF78;
}
</style>
border-color css
<style>
span { border-color: #2BDF78; }
span { border-color: rgb(43,223,120); }
td.TdClassName
{
border-color: #2BDF78;
}
.TagClassName
{
border-color: #2BDF78;
}
</style>