Shades of Shamrock #2BE07E
Tints of Shamrock #2BE07E
RGB
CMYK
RGB Variations
Color information
#2BE07E (or 0x2BE07E) is known color: Shamrock. HEX triplet: 2B, E0 and 7E. RGB value is (43,224,126). Sum of RGB (Red+Green+Blue) = 43+224+126=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 224 (87.89% from 255 or 57.00% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE07E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE07E is #D41F81. Grayscale: #9E9E9E. Windows color (decimal): -13901698 or 8314923. OLE color: 8314923.
HSL color Cylindrical-coordinate representation of color #2BE07E: hue angle of 147.51º 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 #2BE07E is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 126 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.12 |
| HSL | 147.51º | 0.74% | 0.52% | - |
| HSV(B) | 147.51º | 0.81% | 0.88% | - |
| XYZ | 31.42 | 55.33 | 28.76 | - |
| YUV | 158.71 | 109.53 | 45.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 126 | 0.81 | 0 | 0.44 | 0.12 | 147.51 | 0.74 | 0.52 |
| Hex | 2B | E0 | 7E | 51 | 0 | 2C | C | 94 | 4A | 34 |
| Octal | 53 | 340 | 176 | 121 | 0 | 54 | 14 | 224 | 112 | 64 |
| Binary | 101011 | 11100000 | 1111110 | 1010001 | 0 | 101100 | 1100 | 10010100 | 1001010 | 110100 |
Color Harmonies of #2BE07E
Complementary color
Monochromatic Colors of #2BE07E
Black with #2BE07E
Text Example
Text Example
White with #2BE07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE07E; }
p { color: rgb(43,224,126); }
H1.HeaderClassName
{
color: #2BE07E;
}
.AnyTagClassName
{
color: #2BE07E;
}
</style>
background-color css
<style>
a { background-color: #2BE07E; }
a { background-color: rgb(43,224,126); }
div.DivClassName
{
background-color: #2BE07E;
}
.BgClassName
{
background-color: #2BE07E;
}
</style>
border-color css
<style>
span { border-color: #2BE07E; }
span { border-color: rgb(43,224,126); }
td.TdClassName
{
border-color: #2BE07E;
}
.TagClassName
{
border-color: #2BE07E;
}
</style>