Shades of Shamrock #2BE58B
Tints of Shamrock #2BE58B
RGB
CMYK
RGB Variations
Color information
#2BE58B (or 0x2BE58B) is known color: Shamrock. HEX triplet: 2B, E5 and 8B. RGB value is (43,229,139). Sum of RGB (Red+Green+Blue) = 43+229+139=411 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.46% from 411); Green value is 229 (89.84% from 255 or 55.72% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE58B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE58B is #D41A74. Grayscale: #A3A3A3. Windows color (decimal): -13900405 or 9168171. OLE color: 9168171.
HSL color Cylindrical-coordinate representation of color #2BE58B: hue angle of 150.97º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE58B is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 139 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.10 |
| HSL | 150.97º | 0.78% | 0.53% | - |
| HSV(B) | 150.97º | 0.81% | 0.9% | - |
| XYZ | 33.68 | 58.42 | 33.93 | - |
| YUV | 163.13 | 114.38 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 139 | 0.81 | 0 | 0.39 | 0.10 | 150.97 | 0.78 | 0.53 |
| Hex | 2B | E5 | 8B | 51 | 0 | 27 | A | 97 | 4E | 35 |
| Octal | 53 | 345 | 213 | 121 | 0 | 47 | 12 | 227 | 116 | 65 |
| Binary | 101011 | 11100101 | 10001011 | 1010001 | 0 | 100111 | 1010 | 10010111 | 1001110 | 110101 |
Color Harmonies of #2BE58B
Complementary color
Monochromatic Colors of #2BE58B
Black with #2BE58B
Text Example
Text Example
White with #2BE58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE58B; }
p { color: rgb(43,229,139); }
H1.HeaderClassName
{
color: #2BE58B;
}
.AnyTagClassName
{
color: #2BE58B;
}
</style>
background-color css
<style>
a { background-color: #2BE58B; }
a { background-color: rgb(43,229,139); }
div.DivClassName
{
background-color: #2BE58B;
}
.BgClassName
{
background-color: #2BE58B;
}
</style>
border-color css
<style>
span { border-color: #2BE58B; }
span { border-color: rgb(43,229,139); }
td.TdClassName
{
border-color: #2BE58B;
}
.TagClassName
{
border-color: #2BE58B;
}
</style>