Shades of Shamrock #2BE189
Tints of Shamrock #2BE189
RGB
CMYK
RGB Variations
Color information
#2BE189 (or 0x2BE189) is known color: Shamrock. HEX triplet: 2B, E1 and 89. RGB value is (43,225,137). Sum of RGB (Red+Green+Blue) = 43+225+137=405 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.62% from 405); Green value is 225 (88.28% from 255 or 55.56% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE189 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE189 is #D41E76. Grayscale: #A0A0A0. Windows color (decimal): -13901431 or 9036075. OLE color: 9036075.
HSL color Cylindrical-coordinate representation of color #2BE189: hue angle of 150.99º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE189 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 137 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.12 |
| HSL | 150.99º | 0.75% | 0.53% | - |
| HSV(B) | 150.99º | 0.81% | 0.88% | - |
| XYZ | 32.44 | 56.17 | 32.8 | - |
| YUV | 160.55 | 114.7 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 137 | 0.81 | 0 | 0.39 | 0.12 | 150.99 | 0.75 | 0.53 |
| Hex | 2B | E1 | 89 | 51 | 0 | 27 | C | 97 | 4B | 35 |
| Octal | 53 | 341 | 211 | 121 | 0 | 47 | 14 | 227 | 113 | 65 |
| Binary | 101011 | 11100001 | 10001001 | 1010001 | 0 | 100111 | 1100 | 10010111 | 1001011 | 110101 |
Color Harmonies of #2BE189
Complementary color
Monochromatic Colors of #2BE189
Black with #2BE189
Text Example
Text Example
White with #2BE189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE189; }
p { color: rgb(43,225,137); }
H1.HeaderClassName
{
color: #2BE189;
}
.AnyTagClassName
{
color: #2BE189;
}
</style>
background-color css
<style>
a { background-color: #2BE189; }
a { background-color: rgb(43,225,137); }
div.DivClassName
{
background-color: #2BE189;
}
.BgClassName
{
background-color: #2BE189;
}
</style>
border-color css
<style>
span { border-color: #2BE189; }
span { border-color: rgb(43,225,137); }
td.TdClassName
{
border-color: #2BE189;
}
.TagClassName
{
border-color: #2BE189;
}
</style>