Shades of Shamrock #2BE18E
Tints of Shamrock #2BE18E
RGB
CMYK
RGB Variations
Color information
#2BE18E (or 0x2BE18E) is known color: Shamrock. HEX triplet: 2B, E1 and 8E. RGB value is (43,225,142). Sum of RGB (Red+Green+Blue) = 43+225+142=410 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.49% from 410); Green value is 225 (88.28% from 255 or 54.88% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE18E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE18E is #D41E71. Grayscale: #A1A1A1. Windows color (decimal): -13901426 or 9363755. OLE color: 9363755.
HSL color Cylindrical-coordinate representation of color #2BE18E: hue angle of 152.64º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE18E is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 142 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.12 |
| HSL | 152.64º | 0.75% | 0.53% | - |
| HSV(B) | 152.64º | 0.81% | 0.88% | - |
| XYZ | 32.8 | 56.32 | 34.73 | - |
| YUV | 161.12 | 117.2 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 142 | 0.81 | 0 | 0.37 | 0.12 | 152.64 | 0.75 | 0.53 |
| Hex | 2B | E1 | 8E | 51 | 0 | 25 | C | 99 | 4B | 35 |
| Octal | 53 | 341 | 216 | 121 | 0 | 45 | 14 | 231 | 113 | 65 |
| Binary | 101011 | 11100001 | 10001110 | 1010001 | 0 | 100101 | 1100 | 10011001 | 1001011 | 110101 |
Color Harmonies of #2BE18E
Complementary color
Monochromatic Colors of #2BE18E
Black with #2BE18E
Text Example
Text Example
White with #2BE18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE18E; }
p { color: rgb(43,225,142); }
H1.HeaderClassName
{
color: #2BE18E;
}
.AnyTagClassName
{
color: #2BE18E;
}
</style>
background-color css
<style>
a { background-color: #2BE18E; }
a { background-color: rgb(43,225,142); }
div.DivClassName
{
background-color: #2BE18E;
}
.BgClassName
{
background-color: #2BE18E;
}
</style>
border-color css
<style>
span { border-color: #2BE18E; }
span { border-color: rgb(43,225,142); }
td.TdClassName
{
border-color: #2BE18E;
}
.TagClassName
{
border-color: #2BE18E;
}
</style>