Shades of Shamrock #2BE079
Tints of Shamrock #2BE079
RGB
CMYK
RGB Variations
Color information
#2BE079 (or 0x2BE079) is known color: Shamrock. HEX triplet: 2B, E0 and 79. RGB value is (43,224,121). Sum of RGB (Red+Green+Blue) = 43+224+121=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 224 (87.89% from 255 or 57.73% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE079 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE079 is #D41F86. Grayscale: #9E9E9E. Windows color (decimal): -13901703 or 7987243. OLE color: 7987243.
HSL color Cylindrical-coordinate representation of color #2BE079: hue angle of 145.86º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE079 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 121 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.12 |
| HSL | 145.86º | 0.74% | 0.52% | - |
| HSV(B) | 145.86º | 0.81% | 0.88% | - |
| XYZ | 31.1 | 55.21 | 27.11 | - |
| YUV | 158.14 | 107.03 | 45.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 121 | 0.81 | 0 | 0.46 | 0.12 | 145.86 | 0.74 | 0.52 |
| Hex | 2B | E0 | 79 | 51 | 0 | 2E | C | 92 | 4A | 34 |
| Octal | 53 | 340 | 171 | 121 | 0 | 56 | 14 | 222 | 112 | 64 |
| Binary | 101011 | 11100000 | 1111001 | 1010001 | 0 | 101110 | 1100 | 10010010 | 1001010 | 110100 |
Color Harmonies of #2BE079
Complementary color
Monochromatic Colors of #2BE079
Black with #2BE079
Text Example
Text Example
White with #2BE079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE079; }
p { color: rgb(43,224,121); }
H1.HeaderClassName
{
color: #2BE079;
}
.AnyTagClassName
{
color: #2BE079;
}
</style>
background-color css
<style>
a { background-color: #2BE079; }
a { background-color: rgb(43,224,121); }
div.DivClassName
{
background-color: #2BE079;
}
.BgClassName
{
background-color: #2BE079;
}
</style>
border-color css
<style>
span { border-color: #2BE079; }
span { border-color: rgb(43,224,121); }
td.TdClassName
{
border-color: #2BE079;
}
.TagClassName
{
border-color: #2BE079;
}
</style>