Shades of Shamrock #2BE185
Tints of Shamrock #2BE185
RGB
CMYK
RGB Variations
Color information
#2BE185 (or 0x2BE185) is known color: Shamrock. HEX triplet: 2B, E1 and 85. RGB value is (43,225,133). Sum of RGB (Red+Green+Blue) = 43+225+133=401 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.72% from 401); Green value is 225 (88.28% from 255 or 56.11% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE185 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE185 is #D41E7A. Grayscale: #A0A0A0. Windows color (decimal): -13901435 or 8773931. OLE color: 8773931.
HSL color Cylindrical-coordinate representation of color #2BE185: hue angle of 149.67º 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 #2BE185 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 133 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.12 |
| HSL | 149.67º | 0.75% | 0.53% | - |
| HSV(B) | 149.67º | 0.81% | 0.88% | - |
| XYZ | 32.16 | 56.06 | 31.32 | - |
| YUV | 160.09 | 112.7 | 44.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 133 | 0.81 | 0 | 0.41 | 0.12 | 149.67 | 0.75 | 0.53 |
| Hex | 2B | E1 | 85 | 51 | 0 | 29 | C | 96 | 4B | 35 |
| Octal | 53 | 341 | 205 | 121 | 0 | 51 | 14 | 226 | 113 | 65 |
| Binary | 101011 | 11100001 | 10000101 | 1010001 | 0 | 101001 | 1100 | 10010110 | 1001011 | 110101 |
Color Harmonies of #2BE185
Complementary color
Monochromatic Colors of #2BE185
Black with #2BE185
Text Example
Text Example
White with #2BE185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE185; }
p { color: rgb(43,225,133); }
H1.HeaderClassName
{
color: #2BE185;
}
.AnyTagClassName
{
color: #2BE185;
}
</style>
background-color css
<style>
a { background-color: #2BE185; }
a { background-color: rgb(43,225,133); }
div.DivClassName
{
background-color: #2BE185;
}
.BgClassName
{
background-color: #2BE185;
}
</style>
border-color css
<style>
span { border-color: #2BE185; }
span { border-color: rgb(43,225,133); }
td.TdClassName
{
border-color: #2BE185;
}
.TagClassName
{
border-color: #2BE185;
}
</style>