Shades of Shamrock #2BE898
Tints of Shamrock #2BE898
RGB
CMYK
RGB Variations
Color information
#2BE898 (or 0x2BE898) is known color: Shamrock. HEX triplet: 2B, E8 and 98. RGB value is (43,232,152). Sum of RGB (Red+Green+Blue) = 43+232+152=427 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.07% from 427); Green value is 232 (91.02% from 255 or 54.33% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 232 - color contains mainly: green. Hex color #2BE898 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BE898 is #D41767. Grayscale: #A6A6A6. Windows color (decimal): -13899624 or 10020907. OLE color: 10020907.
HSL color Cylindrical-coordinate representation of color #2BE898: hue angle of 154.6º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE898 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 232 | 152 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.09 |
| HSL | 154.6º | 0.8% | 0.54% | - |
| HSV(B) | 154.6º | 0.81% | 0.91% | - |
| XYZ | 35.52 | 60.49 | 39.51 | - |
| YUV | 166.37 | 119.88 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 232 | 152 | 0.81 | 0 | 0.34 | 0.09 | 154.6 | 0.8 | 0.54 |
| Hex | 2B | E8 | 98 | 51 | 0 | 22 | 9 | 9B | 50 | 36 |
| Octal | 53 | 350 | 230 | 121 | 0 | 42 | 11 | 233 | 120 | 66 |
| Binary | 101011 | 11101000 | 10011000 | 1010001 | 0 | 100010 | 1001 | 10011011 | 1010000 | 110110 |
Color Harmonies of #2BE898
Complementary color
Monochromatic Colors of #2BE898
Black with #2BE898
Text Example
Text Example
White with #2BE898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE898; }
p { color: rgb(43,232,152); }
H1.HeaderClassName
{
color: #2BE898;
}
.AnyTagClassName
{
color: #2BE898;
}
</style>
background-color css
<style>
a { background-color: #2BE898; }
a { background-color: rgb(43,232,152); }
div.DivClassName
{
background-color: #2BE898;
}
.BgClassName
{
background-color: #2BE898;
}
</style>
border-color css
<style>
span { border-color: #2BE898; }
span { border-color: rgb(43,232,152); }
td.TdClassName
{
border-color: #2BE898;
}
.TagClassName
{
border-color: #2BE898;
}
</style>