Shades of Shamrock #2BE09B
Tints of Shamrock #2BE09B
RGB
CMYK
RGB Variations
Color information
#2BE09B (or 0x2BE09B) is known color: Shamrock. HEX triplet: 2B, E0 and 9B. RGB value is (43,224,155). Sum of RGB (Red+Green+Blue) = 43+224+155=422 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.19% from 422); Green value is 224 (87.89% from 255 or 53.08% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE09B is #D41F64. Grayscale: #A2A2A2. Windows color (decimal): -13901669 or 10215467. OLE color: 10215467.
HSL color Cylindrical-coordinate representation of color #2BE09B: hue angle of 157.13º 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 #2BE09B is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 155 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.12 |
| HSL | 157.13º | 0.74% | 0.52% | - |
| HSV(B) | 157.13º | 0.81% | 0.88% | - |
| XYZ | 33.57 | 56.19 | 40.09 | - |
| YUV | 162.02 | 124.03 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 155 | 0.81 | 0 | 0.31 | 0.12 | 157.13 | 0.74 | 0.52 |
| Hex | 2B | E0 | 9B | 51 | 0 | 1F | C | 9D | 4A | 34 |
| Octal | 53 | 340 | 233 | 121 | 0 | 37 | 14 | 235 | 112 | 64 |
| Binary | 101011 | 11100000 | 10011011 | 1010001 | 0 | 11111 | 1100 | 10011101 | 1001010 | 110100 |
Color Harmonies of #2BE09B
Complementary color
Monochromatic Colors of #2BE09B
Black with #2BE09B
Text Example
Text Example
White with #2BE09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE09B; }
p { color: rgb(43,224,155); }
H1.HeaderClassName
{
color: #2BE09B;
}
.AnyTagClassName
{
color: #2BE09B;
}
</style>
background-color css
<style>
a { background-color: #2BE09B; }
a { background-color: rgb(43,224,155); }
div.DivClassName
{
background-color: #2BE09B;
}
.BgClassName
{
background-color: #2BE09B;
}
</style>
border-color css
<style>
span { border-color: #2BE09B; }
span { border-color: rgb(43,224,155); }
td.TdClassName
{
border-color: #2BE09B;
}
.TagClassName
{
border-color: #2BE09B;
}
</style>