Shades of Shamrock #2BE28F
Tints of Shamrock #2BE28F
RGB
CMYK
RGB Variations
Color information
#2BE28F (or 0x2BE28F) is known color: Shamrock. HEX triplet: 2B, E2 and 8F. RGB value is (43,226,143). Sum of RGB (Red+Green+Blue) = 43+226+143=412 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.44% from 412); Green value is 226 (88.67% from 255 or 54.85% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE28F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE28F is #D41D70. Grayscale: #A1A1A1. Windows color (decimal): -13901169 or 9429547. OLE color: 9429547.
HSL color Cylindrical-coordinate representation of color #2BE28F: hue angle of 152.79º 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 #2BE28F is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 226 | 143 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.11 |
| HSL | 152.79º | 0.76% | 0.53% | - |
| HSV(B) | 152.79º | 0.81% | 0.89% | - |
| XYZ | 33.15 | 56.89 | 35.22 | - |
| YUV | 161.82 | 117.37 | 43.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 143 | 0.81 | 0 | 0.37 | 0.11 | 152.79 | 0.76 | 0.53 |
| Hex | 2B | E2 | 8F | 51 | 0 | 25 | B | 99 | 4C | 35 |
| Octal | 53 | 342 | 217 | 121 | 0 | 45 | 13 | 231 | 114 | 65 |
| Binary | 101011 | 11100010 | 10001111 | 1010001 | 0 | 100101 | 1011 | 10011001 | 1001100 | 110101 |
Color Harmonies of #2BE28F
Complementary color
Monochromatic Colors of #2BE28F
Black with #2BE28F
Text Example
Text Example
White with #2BE28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE28F; }
p { color: rgb(43,226,143); }
H1.HeaderClassName
{
color: #2BE28F;
}
.AnyTagClassName
{
color: #2BE28F;
}
</style>
background-color css
<style>
a { background-color: #2BE28F; }
a { background-color: rgb(43,226,143); }
div.DivClassName
{
background-color: #2BE28F;
}
.BgClassName
{
background-color: #2BE28F;
}
</style>
border-color css
<style>
span { border-color: #2BE28F; }
span { border-color: rgb(43,226,143); }
td.TdClassName
{
border-color: #2BE28F;
}
.TagClassName
{
border-color: #2BE28F;
}
</style>