Shades of Shamrock #2BE08B
Tints of Shamrock #2BE08B
RGB
CMYK
RGB Variations
Color information
#2BE08B (or 0x2BE08B) is known color: Shamrock. HEX triplet: 2B, E0 and 8B. RGB value is (43,224,139). Sum of RGB (Red+Green+Blue) = 43+224+139=406 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.59% from 406); Green value is 224 (87.89% from 255 or 55.17% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE08B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE08B is #D41F74. Grayscale: #A0A0A0. Windows color (decimal): -13901685 or 9166891. OLE color: 9166891.
HSL color Cylindrical-coordinate representation of color #2BE08B: hue angle of 151.82º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE08B is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 139 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.12 |
| HSL | 151.82º | 0.74% | 0.52% | - |
| HSV(B) | 151.82º | 0.81% | 0.88% | - |
| XYZ | 32.31 | 55.69 | 33.47 | - |
| YUV | 160.19 | 116.03 | 44.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 139 | 0.81 | 0 | 0.38 | 0.12 | 151.82 | 0.74 | 0.52 |
| Hex | 2B | E0 | 8B | 51 | 0 | 26 | C | 98 | 4A | 34 |
| Octal | 53 | 340 | 213 | 121 | 0 | 46 | 14 | 230 | 112 | 64 |
| Binary | 101011 | 11100000 | 10001011 | 1010001 | 0 | 100110 | 1100 | 10011000 | 1001010 | 110100 |
Color Harmonies of #2BE08B
Complementary color
Monochromatic Colors of #2BE08B
Black with #2BE08B
Text Example
Text Example
White with #2BE08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE08B; }
p { color: rgb(43,224,139); }
H1.HeaderClassName
{
color: #2BE08B;
}
.AnyTagClassName
{
color: #2BE08B;
}
</style>
background-color css
<style>
a { background-color: #2BE08B; }
a { background-color: rgb(43,224,139); }
div.DivClassName
{
background-color: #2BE08B;
}
.BgClassName
{
background-color: #2BE08B;
}
</style>
border-color css
<style>
span { border-color: #2BE08B; }
span { border-color: rgb(43,224,139); }
td.TdClassName
{
border-color: #2BE08B;
}
.TagClassName
{
border-color: #2BE08B;
}
</style>