Shades of Shamrock #2BE08F
Tints of Shamrock #2BE08F
RGB
CMYK
RGB Variations
Color information
#2BE08F (or 0x2BE08F) is known color: Shamrock. HEX triplet: 2B, E0 and 8F. RGB value is (43,224,143). Sum of RGB (Red+Green+Blue) = 43+224+143=410 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.49% from 410); Green value is 224 (87.89% from 255 or 54.63% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE08F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE08F is #D41F70. Grayscale: #A0A0A0. Windows color (decimal): -13901681 or 9429035. OLE color: 9429035.
HSL color Cylindrical-coordinate representation of color #2BE08F: hue angle of 153.15º 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 #2BE08F is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 143 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.12 |
| HSL | 153.15º | 0.74% | 0.52% | - |
| HSV(B) | 153.15º | 0.81% | 0.88% | - |
| XYZ | 32.61 | 55.81 | 35.04 | - |
| YUV | 160.65 | 118.03 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 143 | 0.81 | 0 | 0.36 | 0.12 | 153.15 | 0.74 | 0.52 |
| Hex | 2B | E0 | 8F | 51 | 0 | 24 | C | 99 | 4A | 34 |
| Octal | 53 | 340 | 217 | 121 | 0 | 44 | 14 | 231 | 112 | 64 |
| Binary | 101011 | 11100000 | 10001111 | 1010001 | 0 | 100100 | 1100 | 10011001 | 1001010 | 110100 |
Color Harmonies of #2BE08F
Complementary color
Monochromatic Colors of #2BE08F
Black with #2BE08F
Text Example
Text Example
White with #2BE08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE08F; }
p { color: rgb(43,224,143); }
H1.HeaderClassName
{
color: #2BE08F;
}
.AnyTagClassName
{
color: #2BE08F;
}
</style>
background-color css
<style>
a { background-color: #2BE08F; }
a { background-color: rgb(43,224,143); }
div.DivClassName
{
background-color: #2BE08F;
}
.BgClassName
{
background-color: #2BE08F;
}
</style>
border-color css
<style>
span { border-color: #2BE08F; }
span { border-color: rgb(43,224,143); }
td.TdClassName
{
border-color: #2BE08F;
}
.TagClassName
{
border-color: #2BE08F;
}
</style>