Shades of Shamrock #2BE987
Tints of Shamrock #2BE987
RGB
CMYK
RGB Variations
Color information
#2BE987 (or 0x2BE987) is known color: Shamrock. HEX triplet: 2B, E9 and 87. RGB value is (43,233,135). Sum of RGB (Red+Green+Blue) = 43+233+135=411 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.46% from 411); Green value is 233 (91.41% from 255 or 56.69% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE987 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BE987 is #D41678. Grayscale: #A5A5A5. Windows color (decimal): -13899385 or 8907051. OLE color: 8907051.
HSL color Cylindrical-coordinate representation of color #2BE987: hue angle of 149.05º 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 #2BE987 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 135 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.09 |
| HSL | 149.05º | 0.81% | 0.54% | - |
| HSV(B) | 149.05º | 0.82% | 0.91% | - |
| XYZ | 34.51 | 60.54 | 32.79 | - |
| YUV | 165.02 | 111.05 | 40.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 135 | 0.82 | 0 | 0.42 | 0.09 | 149.05 | 0.81 | 0.54 |
| Hex | 2B | E9 | 87 | 52 | 0 | 2A | 9 | 95 | 51 | 36 |
| Octal | 53 | 351 | 207 | 122 | 0 | 52 | 11 | 225 | 121 | 66 |
| Binary | 101011 | 11101001 | 10000111 | 1010010 | 0 | 101010 | 1001 | 10010101 | 1010001 | 110110 |
Color Harmonies of #2BE987
Complementary color
Monochromatic Colors of #2BE987
Black with #2BE987
Text Example
Text Example
White with #2BE987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE987; }
p { color: rgb(43,233,135); }
H1.HeaderClassName
{
color: #2BE987;
}
.AnyTagClassName
{
color: #2BE987;
}
</style>
background-color css
<style>
a { background-color: #2BE987; }
a { background-color: rgb(43,233,135); }
div.DivClassName
{
background-color: #2BE987;
}
.BgClassName
{
background-color: #2BE987;
}
</style>
border-color css
<style>
span { border-color: #2BE987; }
span { border-color: rgb(43,233,135); }
td.TdClassName
{
border-color: #2BE987;
}
.TagClassName
{
border-color: #2BE987;
}
</style>