Shades of Shamrock #2BE080
Tints of Shamrock #2BE080
RGB
CMYK
RGB Variations
Color information
#2BE080 (or 0x2BE080) is known color: Shamrock. HEX triplet: 2B, E0 and 80. RGB value is (43,224,128). Sum of RGB (Red+Green+Blue) = 43+224+128=395 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.89% from 395); Green value is 224 (87.89% from 255 or 56.71% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE080 is #D41F7F. Grayscale: #9F9F9F. Windows color (decimal): -13901696 or 8445995. OLE color: 8445995.
HSL color Cylindrical-coordinate representation of color #2BE080: hue angle of 148.18º 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 #2BE080 is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 128 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.12 |
| HSL | 148.18º | 0.74% | 0.52% | - |
| HSV(B) | 148.18º | 0.81% | 0.88% | - |
| XYZ | 31.55 | 55.38 | 29.45 | - |
| YUV | 158.94 | 110.53 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 128 | 0.81 | 0 | 0.43 | 0.12 | 148.18 | 0.74 | 0.52 |
| Hex | 2B | E0 | 80 | 51 | 0 | 2B | C | 94 | 4A | 34 |
| Octal | 53 | 340 | 200 | 121 | 0 | 53 | 14 | 224 | 112 | 64 |
| Binary | 101011 | 11100000 | 10000000 | 1010001 | 0 | 101011 | 1100 | 10010100 | 1001010 | 110100 |
Color Harmonies of #2BE080
Complementary color
Monochromatic Colors of #2BE080
Black with #2BE080
Text Example
Text Example
White with #2BE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE080; }
p { color: rgb(43,224,128); }
H1.HeaderClassName
{
color: #2BE080;
}
.AnyTagClassName
{
color: #2BE080;
}
</style>
background-color css
<style>
a { background-color: #2BE080; }
a { background-color: rgb(43,224,128); }
div.DivClassName
{
background-color: #2BE080;
}
.BgClassName
{
background-color: #2BE080;
}
</style>
border-color css
<style>
span { border-color: #2BE080; }
span { border-color: rgb(43,224,128); }
td.TdClassName
{
border-color: #2BE080;
}
.TagClassName
{
border-color: #2BE080;
}
</style>