Shades of Shamrock #2BE997
Tints of Shamrock #2BE997
RGB
CMYK
RGB Variations
Color information
#2BE997 (or 0x2BE997) is known color: Shamrock. HEX triplet: 2B, E9 and 97. RGB value is (43,233,151). Sum of RGB (Red+Green+Blue) = 43+233+151=427 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.07% from 427); Green value is 233 (91.41% from 255 or 54.57% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE997 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BE997 is #D41668. Grayscale: #A6A6A6. Windows color (decimal): -13899369 or 9955627. OLE color: 9955627.
HSL color Cylindrical-coordinate representation of color #2BE997: hue angle of 154.11º 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 #2BE997 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 151 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.09 |
| HSL | 154.11º | 0.81% | 0.54% | - |
| HSV(B) | 154.11º | 0.82% | 0.91% | - |
| XYZ | 35.72 | 61.03 | 39.17 | - |
| YUV | 166.84 | 119.05 | 39.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 151 | 0.82 | 0 | 0.35 | 0.09 | 154.11 | 0.81 | 0.54 |
| Hex | 2B | E9 | 97 | 52 | 0 | 23 | 9 | 9A | 51 | 36 |
| Octal | 53 | 351 | 227 | 122 | 0 | 43 | 11 | 232 | 121 | 66 |
| Binary | 101011 | 11101001 | 10010111 | 1010010 | 0 | 100011 | 1001 | 10011010 | 1010001 | 110110 |
Color Harmonies of #2BE997
Complementary color
Monochromatic Colors of #2BE997
Black with #2BE997
Text Example
Text Example
White with #2BE997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE997; }
p { color: rgb(43,233,151); }
H1.HeaderClassName
{
color: #2BE997;
}
.AnyTagClassName
{
color: #2BE997;
}
</style>
background-color css
<style>
a { background-color: #2BE997; }
a { background-color: rgb(43,233,151); }
div.DivClassName
{
background-color: #2BE997;
}
.BgClassName
{
background-color: #2BE997;
}
</style>
border-color css
<style>
span { border-color: #2BE997; }
span { border-color: rgb(43,233,151); }
td.TdClassName
{
border-color: #2BE997;
}
.TagClassName
{
border-color: #2BE997;
}
</style>