Shades of Shamrock #2BE091
Tints of Shamrock #2BE091
RGB
CMYK
RGB Variations
Color information
#2BE091 (or 0x2BE091) is known color: Shamrock. HEX triplet: 2B, E0 and 91. RGB value is (43,224,145). Sum of RGB (Red+Green+Blue) = 43+224+145=412 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.44% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE091 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE091 is #D41F6E. Grayscale: #A1A1A1. Windows color (decimal): -13901679 or 9560107. OLE color: 9560107.
HSL color Cylindrical-coordinate representation of color #2BE091: hue angle of 153.81º 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 #2BE091 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 145 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.12 |
| HSL | 153.81º | 0.74% | 0.52% | - |
| HSV(B) | 153.81º | 0.81% | 0.88% | - |
| XYZ | 32.76 | 55.87 | 35.85 | - |
| YUV | 160.88 | 119.03 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 145 | 0.81 | 0 | 0.35 | 0.12 | 153.81 | 0.74 | 0.52 |
| Hex | 2B | E0 | 91 | 51 | 0 | 23 | C | 9A | 4A | 34 |
| Octal | 53 | 340 | 221 | 121 | 0 | 43 | 14 | 232 | 112 | 64 |
| Binary | 101011 | 11100000 | 10010001 | 1010001 | 0 | 100011 | 1100 | 10011010 | 1001010 | 110100 |
Color Harmonies of #2BE091
Complementary color
Monochromatic Colors of #2BE091
Black with #2BE091
Text Example
Text Example
White with #2BE091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE091; }
p { color: rgb(43,224,145); }
H1.HeaderClassName
{
color: #2BE091;
}
.AnyTagClassName
{
color: #2BE091;
}
</style>
background-color css
<style>
a { background-color: #2BE091; }
a { background-color: rgb(43,224,145); }
div.DivClassName
{
background-color: #2BE091;
}
.BgClassName
{
background-color: #2BE091;
}
</style>
border-color css
<style>
span { border-color: #2BE091; }
span { border-color: rgb(43,224,145); }
td.TdClassName
{
border-color: #2BE091;
}
.TagClassName
{
border-color: #2BE091;
}
</style>