Shades of Shamrock #2BE28C
Tints of Shamrock #2BE28C
RGB
CMYK
RGB Variations
Color information
#2BE28C (or 0x2BE28C) is known color: Shamrock. HEX triplet: 2B, E2 and 8C. RGB value is (43,226,140). Sum of RGB (Red+Green+Blue) = 43+226+140=409 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.51% from 409); Green value is 226 (88.67% from 255 or 55.26% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE28C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE28C is #D41D73. Grayscale: #A1A1A1. Windows color (decimal): -13901172 or 9232939. OLE color: 9232939.
HSL color Cylindrical-coordinate representation of color #2BE28C: hue angle of 151.8º 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 #2BE28C is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 226 | 140 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.11 |
| HSL | 151.8º | 0.76% | 0.53% | - |
| HSV(B) | 151.8º | 0.81% | 0.89% | - |
| XYZ | 32.93 | 56.8 | 34.04 | - |
| YUV | 161.48 | 115.87 | 43.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 140 | 0.81 | 0 | 0.38 | 0.11 | 151.8 | 0.76 | 0.53 |
| Hex | 2B | E2 | 8C | 51 | 0 | 26 | B | 98 | 4C | 35 |
| Octal | 53 | 342 | 214 | 121 | 0 | 46 | 13 | 230 | 114 | 65 |
| Binary | 101011 | 11100010 | 10001100 | 1010001 | 0 | 100110 | 1011 | 10011000 | 1001100 | 110101 |
Color Harmonies of #2BE28C
Complementary color
Monochromatic Colors of #2BE28C
Black with #2BE28C
Text Example
Text Example
White with #2BE28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE28C; }
p { color: rgb(43,226,140); }
H1.HeaderClassName
{
color: #2BE28C;
}
.AnyTagClassName
{
color: #2BE28C;
}
</style>
background-color css
<style>
a { background-color: #2BE28C; }
a { background-color: rgb(43,226,140); }
div.DivClassName
{
background-color: #2BE28C;
}
.BgClassName
{
background-color: #2BE28C;
}
</style>
border-color css
<style>
span { border-color: #2BE28C; }
span { border-color: rgb(43,226,140); }
td.TdClassName
{
border-color: #2BE28C;
}
.TagClassName
{
border-color: #2BE28C;
}
</style>