Shades of Shamrock #2BE39D
Tints of Shamrock #2BE39D
RGB
CMYK
RGB Variations
Color information
#2BE39D (or 0x2BE39D) is known color: Shamrock. HEX triplet: 2B, E3 and 9D. RGB value is (43,227,157). Sum of RGB (Red+Green+Blue) = 43+227+157=427 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.07% from 427); Green value is 227 (89.06% from 255 or 53.16% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE39D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE39D is #D41C62. Grayscale: #A4A4A4. Windows color (decimal): -13900899 or 10347307. OLE color: 10347307.
HSL color Cylindrical-coordinate representation of color #2BE39D: hue angle of 157.17º 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 #2BE39D is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 227 | 157 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.11 |
| HSL | 157.17º | 0.77% | 0.53% | - |
| HSV(B) | 157.17º | 0.81% | 0.89% | - |
| XYZ | 34.55 | 57.89 | 41.25 | - |
| YUV | 164 | 124.04 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 227 | 157 | 0.81 | 0 | 0.31 | 0.11 | 157.17 | 0.77 | 0.53 |
| Hex | 2B | E3 | 9D | 51 | 0 | 1F | B | 9D | 4D | 35 |
| Octal | 53 | 343 | 235 | 121 | 0 | 37 | 13 | 235 | 115 | 65 |
| Binary | 101011 | 11100011 | 10011101 | 1010001 | 0 | 11111 | 1011 | 10011101 | 1001101 | 110101 |
Color Harmonies of #2BE39D
Complementary color
Monochromatic Colors of #2BE39D
Black with #2BE39D
Text Example
Text Example
White with #2BE39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE39D; }
p { color: rgb(43,227,157); }
H1.HeaderClassName
{
color: #2BE39D;
}
.AnyTagClassName
{
color: #2BE39D;
}
</style>
background-color css
<style>
a { background-color: #2BE39D; }
a { background-color: rgb(43,227,157); }
div.DivClassName
{
background-color: #2BE39D;
}
.BgClassName
{
background-color: #2BE39D;
}
</style>
border-color css
<style>
span { border-color: #2BE39D; }
span { border-color: rgb(43,227,157); }
td.TdClassName
{
border-color: #2BE39D;
}
.TagClassName
{
border-color: #2BE39D;
}
</style>