Shades of Shamrock #2BE47A
Tints of Shamrock #2BE47A
RGB
CMYK
RGB Variations
Color information
#2BE47A (or 0x2BE47A) is known color: Shamrock. HEX triplet: 2B, E4 and 7A. RGB value is (43,228,122). Sum of RGB (Red+Green+Blue) = 43+228+122=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 228 (89.45% from 255 or 58.02% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 228 - color contains mainly: green. Hex color #2BE47A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE47A is #D41B85. Grayscale: #A0A0A0. Windows color (decimal): -13900678 or 8053803. OLE color: 8053803.
HSL color Cylindrical-coordinate representation of color #2BE47A: hue angle of 145.62º 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 #2BE47A is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 228 | 122 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.11 |
| HSL | 145.62º | 0.77% | 0.53% | - |
| HSV(B) | 145.62º | 0.81% | 0.89% | - |
| XYZ | 32.25 | 57.41 | 27.79 | - |
| YUV | 160.6 | 106.21 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 228 | 122 | 0.81 | 0 | 0.46 | 0.11 | 145.62 | 0.77 | 0.53 |
| Hex | 2B | E4 | 7A | 51 | 0 | 2E | B | 92 | 4D | 35 |
| Octal | 53 | 344 | 172 | 121 | 0 | 56 | 13 | 222 | 115 | 65 |
| Binary | 101011 | 11100100 | 1111010 | 1010001 | 0 | 101110 | 1011 | 10010010 | 1001101 | 110101 |
Color Harmonies of #2BE47A
Complementary color
Monochromatic Colors of #2BE47A
Black with #2BE47A
Text Example
Text Example
White with #2BE47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE47A; }
p { color: rgb(43,228,122); }
H1.HeaderClassName
{
color: #2BE47A;
}
.AnyTagClassName
{
color: #2BE47A;
}
</style>
background-color css
<style>
a { background-color: #2BE47A; }
a { background-color: rgb(43,228,122); }
div.DivClassName
{
background-color: #2BE47A;
}
.BgClassName
{
background-color: #2BE47A;
}
</style>
border-color css
<style>
span { border-color: #2BE47A; }
span { border-color: rgb(43,228,122); }
td.TdClassName
{
border-color: #2BE47A;
}
.TagClassName
{
border-color: #2BE47A;
}
</style>