Shades of Shamrock #2BE17A
Tints of Shamrock #2BE17A
RGB
CMYK
RGB Variations
Color information
#2BE17A (or 0x2BE17A) is known color: Shamrock. HEX triplet: 2B, E1 and 7A. RGB value is (43,225,122). Sum of RGB (Red+Green+Blue) = 43+225+122=390 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.03% from 390); Green value is 225 (88.28% from 255 or 57.69% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE17A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE17A is #D41E85. Grayscale: #9F9F9F. Windows color (decimal): -13901446 or 8053035. OLE color: 8053035.
HSL color Cylindrical-coordinate representation of color #2BE17A: hue angle of 146.04º 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 #2BE17A is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 122 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.12 |
| HSL | 146.04º | 0.75% | 0.53% | - |
| HSV(B) | 146.04º | 0.81% | 0.88% | - |
| XYZ | 31.43 | 55.77 | 27.52 | - |
| YUV | 158.84 | 107.2 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 122 | 0.81 | 0 | 0.46 | 0.12 | 146.04 | 0.75 | 0.53 |
| Hex | 2B | E1 | 7A | 51 | 0 | 2E | C | 92 | 4B | 35 |
| Octal | 53 | 341 | 172 | 121 | 0 | 56 | 14 | 222 | 113 | 65 |
| Binary | 101011 | 11100001 | 1111010 | 1010001 | 0 | 101110 | 1100 | 10010010 | 1001011 | 110101 |
Color Harmonies of #2BE17A
Complementary color
Monochromatic Colors of #2BE17A
Black with #2BE17A
Text Example
Text Example
White with #2BE17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE17A; }
p { color: rgb(43,225,122); }
H1.HeaderClassName
{
color: #2BE17A;
}
.AnyTagClassName
{
color: #2BE17A;
}
</style>
background-color css
<style>
a { background-color: #2BE17A; }
a { background-color: rgb(43,225,122); }
div.DivClassName
{
background-color: #2BE17A;
}
.BgClassName
{
background-color: #2BE17A;
}
</style>
border-color css
<style>
span { border-color: #2BE17A; }
span { border-color: rgb(43,225,122); }
td.TdClassName
{
border-color: #2BE17A;
}
.TagClassName
{
border-color: #2BE17A;
}
</style>