Shades of Shamrock #2BE38B
Tints of Shamrock #2BE38B
RGB
CMYK
RGB Variations
Color information
#2BE38B (or 0x2BE38B) is known color: Shamrock. HEX triplet: 2B, E3 and 8B. RGB value is (43,227,139). Sum of RGB (Red+Green+Blue) = 43+227+139=409 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.51% from 409); Green value is 227 (89.06% from 255 or 55.50% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE38B is #D41C74. Grayscale: #A2A2A2. Windows color (decimal): -13900917 or 9167659. OLE color: 9167659.
HSL color Cylindrical-coordinate representation of color #2BE38B: hue angle of 151.3º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE38B is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 227 | 139 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.11 |
| HSL | 151.3º | 0.77% | 0.53% | - |
| HSV(B) | 151.3º | 0.81% | 0.89% | - |
| XYZ | 33.13 | 57.32 | 33.74 | - |
| YUV | 161.95 | 115.04 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 227 | 139 | 0.81 | 0 | 0.39 | 0.11 | 151.3 | 0.77 | 0.53 |
| Hex | 2B | E3 | 8B | 51 | 0 | 27 | B | 97 | 4D | 35 |
| Octal | 53 | 343 | 213 | 121 | 0 | 47 | 13 | 227 | 115 | 65 |
| Binary | 101011 | 11100011 | 10001011 | 1010001 | 0 | 100111 | 1011 | 10010111 | 1001101 | 110101 |
Color Harmonies of #2BE38B
Complementary color
Monochromatic Colors of #2BE38B
Black with #2BE38B
Text Example
Text Example
White with #2BE38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE38B; }
p { color: rgb(43,227,139); }
H1.HeaderClassName
{
color: #2BE38B;
}
.AnyTagClassName
{
color: #2BE38B;
}
</style>
background-color css
<style>
a { background-color: #2BE38B; }
a { background-color: rgb(43,227,139); }
div.DivClassName
{
background-color: #2BE38B;
}
.BgClassName
{
background-color: #2BE38B;
}
</style>
border-color css
<style>
span { border-color: #2BE38B; }
span { border-color: rgb(43,227,139); }
td.TdClassName
{
border-color: #2BE38B;
}
.TagClassName
{
border-color: #2BE38B;
}
</style>