Shades of Shamrock #2BE298
Tints of Shamrock #2BE298
RGB
CMYK
RGB Variations
Color information
#2BE298 (or 0x2BE298) is known color: Shamrock. HEX triplet: 2B, E2 and 98. RGB value is (43,226,152). Sum of RGB (Red+Green+Blue) = 43+226+152=421 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.21% from 421); Green value is 226 (88.67% from 255 or 53.68% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE298 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE298 is #D41D67. Grayscale: #A2A2A2. Windows color (decimal): -13901160 or 10019371. OLE color: 10019371.
HSL color Cylindrical-coordinate representation of color #2BE298: hue angle of 155.74º degrees, saturation: 0.76, 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 #2BE298 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 226 | 152 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.11 |
| HSL | 155.74º | 0.76% | 0.53% | - |
| HSV(B) | 155.74º | 0.81% | 0.89% | - |
| XYZ | 33.86 | 57.17 | 38.96 | - |
| YUV | 162.85 | 121.87 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 152 | 0.81 | 0 | 0.33 | 0.11 | 155.74 | 0.76 | 0.53 |
| Hex | 2B | E2 | 98 | 51 | 0 | 21 | B | 9C | 4C | 35 |
| Octal | 53 | 342 | 230 | 121 | 0 | 41 | 13 | 234 | 114 | 65 |
| Binary | 101011 | 11100010 | 10011000 | 1010001 | 0 | 100001 | 1011 | 10011100 | 1001100 | 110101 |
Color Harmonies of #2BE298
Complementary color
Monochromatic Colors of #2BE298
Black with #2BE298
Text Example
Text Example
White with #2BE298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE298; }
p { color: rgb(43,226,152); }
H1.HeaderClassName
{
color: #2BE298;
}
.AnyTagClassName
{
color: #2BE298;
}
</style>
background-color css
<style>
a { background-color: #2BE298; }
a { background-color: rgb(43,226,152); }
div.DivClassName
{
background-color: #2BE298;
}
.BgClassName
{
background-color: #2BE298;
}
</style>
border-color css
<style>
span { border-color: #2BE298; }
span { border-color: rgb(43,226,152); }
td.TdClassName
{
border-color: #2BE298;
}
.TagClassName
{
border-color: #2BE298;
}
</style>