Shades of Shamrock #2BE998
Tints of Shamrock #2BE998
RGB
CMYK
RGB Variations
Color information
#2BE998 (or 0x2BE998) is known color: Shamrock. HEX triplet: 2B, E9 and 98. RGB value is (43,233,152). Sum of RGB (Red+Green+Blue) = 43+233+152=428 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.05% from 428); Green value is 233 (91.41% from 255 or 54.44% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE998 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BE998 is #D41667. Grayscale: #A7A7A7. Windows color (decimal): -13899368 or 10021163. OLE color: 10021163.
HSL color Cylindrical-coordinate representation of color #2BE998: hue angle of 154.42º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE998 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 152 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.09 |
| HSL | 154.42º | 0.81% | 0.54% | - |
| HSV(B) | 154.42º | 0.82% | 0.91% | - |
| XYZ | 35.8 | 61.06 | 39.6 | - |
| YUV | 166.96 | 119.55 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 152 | 0.82 | 0 | 0.35 | 0.09 | 154.42 | 0.81 | 0.54 |
| Hex | 2B | E9 | 98 | 52 | 0 | 23 | 9 | 9A | 51 | 36 |
| Octal | 53 | 351 | 230 | 122 | 0 | 43 | 11 | 232 | 121 | 66 |
| Binary | 101011 | 11101001 | 10011000 | 1010010 | 0 | 100011 | 1001 | 10011010 | 1010001 | 110110 |
Color Harmonies of #2BE998
Complementary color
Monochromatic Colors of #2BE998
Black with #2BE998
Text Example
Text Example
White with #2BE998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE998; }
p { color: rgb(43,233,152); }
H1.HeaderClassName
{
color: #2BE998;
}
.AnyTagClassName
{
color: #2BE998;
}
</style>
background-color css
<style>
a { background-color: #2BE998; }
a { background-color: rgb(43,233,152); }
div.DivClassName
{
background-color: #2BE998;
}
.BgClassName
{
background-color: #2BE998;
}
</style>
border-color css
<style>
span { border-color: #2BE998; }
span { border-color: rgb(43,233,152); }
td.TdClassName
{
border-color: #2BE998;
}
.TagClassName
{
border-color: #2BE998;
}
</style>