Shades of Shamrock #2BE198
Tints of Shamrock #2BE198
RGB
CMYK
RGB Variations
Color information
#2BE198 (or 0x2BE198) is known color: Shamrock. HEX triplet: 2B, E1 and 98. RGB value is (43,225,152). Sum of RGB (Red+Green+Blue) = 43+225+152=420 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.24% from 420); Green value is 225 (88.28% from 255 or 53.57% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE198 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE198 is #D41E67. Grayscale: #A2A2A2. Windows color (decimal): -13901416 or 10019115. OLE color: 10019115.
HSL color Cylindrical-coordinate representation of color #2BE198: hue angle of 155.93º 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 #2BE198 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 152 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.12 |
| HSL | 155.93º | 0.75% | 0.53% | - |
| HSV(B) | 155.93º | 0.81% | 0.88% | - |
| XYZ | 33.59 | 56.63 | 38.87 | - |
| YUV | 162.26 | 122.2 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 152 | 0.81 | 0 | 0.32 | 0.12 | 155.93 | 0.75 | 0.53 |
| Hex | 2B | E1 | 98 | 51 | 0 | 20 | C | 9C | 4B | 35 |
| Octal | 53 | 341 | 230 | 121 | 0 | 40 | 14 | 234 | 113 | 65 |
| Binary | 101011 | 11100001 | 10011000 | 1010001 | 0 | 100000 | 1100 | 10011100 | 1001011 | 110101 |
Color Harmonies of #2BE198
Complementary color
Monochromatic Colors of #2BE198
Black with #2BE198
Text Example
Text Example
White with #2BE198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE198; }
p { color: rgb(43,225,152); }
H1.HeaderClassName
{
color: #2BE198;
}
.AnyTagClassName
{
color: #2BE198;
}
</style>
background-color css
<style>
a { background-color: #2BE198; }
a { background-color: rgb(43,225,152); }
div.DivClassName
{
background-color: #2BE198;
}
.BgClassName
{
background-color: #2BE198;
}
</style>
border-color css
<style>
span { border-color: #2BE198; }
span { border-color: rgb(43,225,152); }
td.TdClassName
{
border-color: #2BE198;
}
.TagClassName
{
border-color: #2BE198;
}
</style>