Shades of Shamrock #2BE093
Tints of Shamrock #2BE093
RGB
CMYK
RGB Variations
Color information
#2BE093 (or 0x2BE093) is known color: Shamrock. HEX triplet: 2B, E0 and 93. RGB value is (43,224,147). Sum of RGB (Red+Green+Blue) = 43+224+147=414 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.39% from 414); Green value is 224 (87.89% from 255 or 54.11% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE093 is #D41F6C. Grayscale: #A1A1A1. Windows color (decimal): -13901677 or 9691179. OLE color: 9691179.
HSL color Cylindrical-coordinate representation of color #2BE093: hue angle of 154.48º 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 #2BE093 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 147 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.12 |
| HSL | 154.48º | 0.74% | 0.52% | - |
| HSV(B) | 154.48º | 0.81% | 0.88% | - |
| XYZ | 32.92 | 55.93 | 36.66 | - |
| YUV | 161.1 | 120.03 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 147 | 0.81 | 0 | 0.34 | 0.12 | 154.48 | 0.74 | 0.52 |
| Hex | 2B | E0 | 93 | 51 | 0 | 22 | C | 9A | 4A | 34 |
| Octal | 53 | 340 | 223 | 121 | 0 | 42 | 14 | 232 | 112 | 64 |
| Binary | 101011 | 11100000 | 10010011 | 1010001 | 0 | 100010 | 1100 | 10011010 | 1001010 | 110100 |
Color Harmonies of #2BE093
Complementary color
Monochromatic Colors of #2BE093
Black with #2BE093
Text Example
Text Example
White with #2BE093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE093; }
p { color: rgb(43,224,147); }
H1.HeaderClassName
{
color: #2BE093;
}
.AnyTagClassName
{
color: #2BE093;
}
</style>
background-color css
<style>
a { background-color: #2BE093; }
a { background-color: rgb(43,224,147); }
div.DivClassName
{
background-color: #2BE093;
}
.BgClassName
{
background-color: #2BE093;
}
</style>
border-color css
<style>
span { border-color: #2BE093; }
span { border-color: rgb(43,224,147); }
td.TdClassName
{
border-color: #2BE093;
}
.TagClassName
{
border-color: #2BE093;
}
</style>