Shades of Shamrock #2BE092
Tints of Shamrock #2BE092
RGB
CMYK
RGB Variations
Color information
#2BE092 (or 0x2BE092) is known color: Shamrock. HEX triplet: 2B, E0 and 92. RGB value is (43,224,146). Sum of RGB (Red+Green+Blue) = 43+224+146=413 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.41% from 413); Green value is 224 (87.89% from 255 or 54.24% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE092 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE092 is #D41F6D. Grayscale: #A1A1A1. Windows color (decimal): -13901678 or 9625643. OLE color: 9625643.
HSL color Cylindrical-coordinate representation of color #2BE092: hue angle of 154.14º 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 #2BE092 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 146 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.12 |
| HSL | 154.14º | 0.74% | 0.52% | - |
| HSV(B) | 154.14º | 0.81% | 0.88% | - |
| XYZ | 32.84 | 55.9 | 36.25 | - |
| YUV | 160.99 | 119.53 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 146 | 0.81 | 0 | 0.35 | 0.12 | 154.14 | 0.74 | 0.52 |
| Hex | 2B | E0 | 92 | 51 | 0 | 23 | C | 9A | 4A | 34 |
| Octal | 53 | 340 | 222 | 121 | 0 | 43 | 14 | 232 | 112 | 64 |
| Binary | 101011 | 11100000 | 10010010 | 1010001 | 0 | 100011 | 1100 | 10011010 | 1001010 | 110100 |
Color Harmonies of #2BE092
Complementary color
Monochromatic Colors of #2BE092
Black with #2BE092
Text Example
Text Example
White with #2BE092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE092; }
p { color: rgb(43,224,146); }
H1.HeaderClassName
{
color: #2BE092;
}
.AnyTagClassName
{
color: #2BE092;
}
</style>
background-color css
<style>
a { background-color: #2BE092; }
a { background-color: rgb(43,224,146); }
div.DivClassName
{
background-color: #2BE092;
}
.BgClassName
{
background-color: #2BE092;
}
</style>
border-color css
<style>
span { border-color: #2BE092; }
span { border-color: rgb(43,224,146); }
td.TdClassName
{
border-color: #2BE092;
}
.TagClassName
{
border-color: #2BE092;
}
</style>