Shades of Shamrock #2BE28D
Tints of Shamrock #2BE28D
RGB
CMYK
RGB Variations
Color information
#2BE28D (or 0x2BE28D) is known color: Shamrock. HEX triplet: 2B, E2 and 8D. RGB value is (43,226,141). Sum of RGB (Red+Green+Blue) = 43+226+141=410 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.49% from 410); Green value is 226 (88.67% from 255 or 55.12% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE28D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE28D is #D41D72. Grayscale: #A1A1A1. Windows color (decimal): -13901171 or 9298475. OLE color: 9298475.
HSL color Cylindrical-coordinate representation of color #2BE28D: hue angle of 152.13º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE28D is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 226 | 141 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.11 |
| HSL | 152.13º | 0.76% | 0.53% | - |
| HSV(B) | 152.13º | 0.81% | 0.89% | - |
| XYZ | 33 | 56.83 | 34.43 | - |
| YUV | 161.59 | 116.37 | 43.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 141 | 0.81 | 0 | 0.38 | 0.11 | 152.13 | 0.76 | 0.53 |
| Hex | 2B | E2 | 8D | 51 | 0 | 26 | B | 98 | 4C | 35 |
| Octal | 53 | 342 | 215 | 121 | 0 | 46 | 13 | 230 | 114 | 65 |
| Binary | 101011 | 11100010 | 10001101 | 1010001 | 0 | 100110 | 1011 | 10011000 | 1001100 | 110101 |
Color Harmonies of #2BE28D
Complementary color
Monochromatic Colors of #2BE28D
Black with #2BE28D
Text Example
Text Example
White with #2BE28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE28D; }
p { color: rgb(43,226,141); }
H1.HeaderClassName
{
color: #2BE28D;
}
.AnyTagClassName
{
color: #2BE28D;
}
</style>
background-color css
<style>
a { background-color: #2BE28D; }
a { background-color: rgb(43,226,141); }
div.DivClassName
{
background-color: #2BE28D;
}
.BgClassName
{
background-color: #2BE28D;
}
</style>
border-color css
<style>
span { border-color: #2BE28D; }
span { border-color: rgb(43,226,141); }
td.TdClassName
{
border-color: #2BE28D;
}
.TagClassName
{
border-color: #2BE28D;
}
</style>