Shades of Shamrock #2BE87B
Tints of Shamrock #2BE87B
RGB
CMYK
RGB Variations
Color information
#2BE87B (or 0x2BE87B) is known color: Shamrock. HEX triplet: 2B, E8 and 7B. RGB value is (43,232,123). Sum of RGB (Red+Green+Blue) = 43+232+123=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 232 (91.02% from 255 or 58.29% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 232 - color contains mainly: green. Hex color #2BE87B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE87B is #D41784. Grayscale: #A3A3A3. Windows color (decimal): -13899653 or 8120363. OLE color: 8120363.
HSL color Cylindrical-coordinate representation of color #2BE87B: hue angle of 145.4º 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 #2BE87B is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 232 | 123 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.09 |
| HSL | 145.4º | 0.8% | 0.54% | - |
| HSV(B) | 145.4º | 0.81% | 0.91% | - |
| XYZ | 33.43 | 59.66 | 28.49 | - |
| YUV | 163.06 | 105.38 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 232 | 123 | 0.81 | 0 | 0.47 | 0.09 | 145.4 | 0.8 | 0.54 |
| Hex | 2B | E8 | 7B | 51 | 0 | 2F | 9 | 91 | 50 | 36 |
| Octal | 53 | 350 | 173 | 121 | 0 | 57 | 11 | 221 | 120 | 66 |
| Binary | 101011 | 11101000 | 1111011 | 1010001 | 0 | 101111 | 1001 | 10010001 | 1010000 | 110110 |
Color Harmonies of #2BE87B
Complementary color
Monochromatic Colors of #2BE87B
Black with #2BE87B
Text Example
Text Example
White with #2BE87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE87B; }
p { color: rgb(43,232,123); }
H1.HeaderClassName
{
color: #2BE87B;
}
.AnyTagClassName
{
color: #2BE87B;
}
</style>
background-color css
<style>
a { background-color: #2BE87B; }
a { background-color: rgb(43,232,123); }
div.DivClassName
{
background-color: #2BE87B;
}
.BgClassName
{
background-color: #2BE87B;
}
</style>
border-color css
<style>
span { border-color: #2BE87B; }
span { border-color: rgb(43,232,123); }
td.TdClassName
{
border-color: #2BE87B;
}
.TagClassName
{
border-color: #2BE87B;
}
</style>