Shades of Shamrock #2BE391
Tints of Shamrock #2BE391
RGB
CMYK
RGB Variations
Color information
#2BE391 (or 0x2BE391) is known color: Shamrock. HEX triplet: 2B, E3 and 91. RGB value is (43,227,145). Sum of RGB (Red+Green+Blue) = 43+227+145=415 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.36% from 415); Green value is 227 (89.06% from 255 or 54.70% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE391 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE391 is #D41C6E. Grayscale: #A2A2A2. Windows color (decimal): -13900911 or 9560875. OLE color: 9560875.
HSL color Cylindrical-coordinate representation of color #2BE391: hue angle of 153.26º 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 #2BE391 is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 227 | 145 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.11 |
| HSL | 153.26º | 0.77% | 0.53% | - |
| HSV(B) | 153.26º | 0.81% | 0.89% | - |
| XYZ | 33.58 | 57.5 | 36.12 | - |
| YUV | 162.64 | 118.04 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 227 | 145 | 0.81 | 0 | 0.36 | 0.11 | 153.26 | 0.77 | 0.53 |
| Hex | 2B | E3 | 91 | 51 | 0 | 24 | B | 99 | 4D | 35 |
| Octal | 53 | 343 | 221 | 121 | 0 | 44 | 13 | 231 | 115 | 65 |
| Binary | 101011 | 11100011 | 10010001 | 1010001 | 0 | 100100 | 1011 | 10011001 | 1001101 | 110101 |
Color Harmonies of #2BE391
Complementary color
Monochromatic Colors of #2BE391
Black with #2BE391
Text Example
Text Example
White with #2BE391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE391; }
p { color: rgb(43,227,145); }
H1.HeaderClassName
{
color: #2BE391;
}
.AnyTagClassName
{
color: #2BE391;
}
</style>
background-color css
<style>
a { background-color: #2BE391; }
a { background-color: rgb(43,227,145); }
div.DivClassName
{
background-color: #2BE391;
}
.BgClassName
{
background-color: #2BE391;
}
</style>
border-color css
<style>
span { border-color: #2BE391; }
span { border-color: rgb(43,227,145); }
td.TdClassName
{
border-color: #2BE391;
}
.TagClassName
{
border-color: #2BE391;
}
</style>