Shades of Shamrock #2BE379
Tints of Shamrock #2BE379
RGB
CMYK
RGB Variations
Color information
#2BE379 (or 0x2BE379) is known color: Shamrock. HEX triplet: 2B, E3 and 79. RGB value is (43,227,121). Sum of RGB (Red+Green+Blue) = 43+227+121=391 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.00% from 391); Green value is 227 (89.06% from 255 or 58.06% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE379 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE379 is #D41C86. Grayscale: #A0A0A0. Windows color (decimal): -13900935 or 7988011. OLE color: 7988011.
HSL color Cylindrical-coordinate representation of color #2BE379: hue angle of 145.43º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE379 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 227 | 121 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.11 |
| HSL | 145.43º | 0.77% | 0.53% | - |
| HSV(B) | 145.43º | 0.81% | 0.89% | - |
| XYZ | 31.92 | 56.83 | 27.38 | - |
| YUV | 159.9 | 106.04 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 227 | 121 | 0.81 | 0 | 0.47 | 0.11 | 145.43 | 0.77 | 0.53 |
| Hex | 2B | E3 | 79 | 51 | 0 | 2F | B | 91 | 4D | 35 |
| Octal | 53 | 343 | 171 | 121 | 0 | 57 | 13 | 221 | 115 | 65 |
| Binary | 101011 | 11100011 | 1111001 | 1010001 | 0 | 101111 | 1011 | 10010001 | 1001101 | 110101 |
Color Harmonies of #2BE379
Complementary color
Monochromatic Colors of #2BE379
Black with #2BE379
Text Example
Text Example
White with #2BE379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE379; }
p { color: rgb(43,227,121); }
H1.HeaderClassName
{
color: #2BE379;
}
.AnyTagClassName
{
color: #2BE379;
}
</style>
background-color css
<style>
a { background-color: #2BE379; }
a { background-color: rgb(43,227,121); }
div.DivClassName
{
background-color: #2BE379;
}
.BgClassName
{
background-color: #2BE379;
}
</style>
border-color css
<style>
span { border-color: #2BE379; }
span { border-color: rgb(43,227,121); }
td.TdClassName
{
border-color: #2BE379;
}
.TagClassName
{
border-color: #2BE379;
}
</style>