Shades of Shamrock #2BDE89
Tints of Shamrock #2BDE89
RGB
CMYK
RGB Variations
Color information
#2BDE89 (or 0x2BDE89) is known color: Shamrock. HEX triplet: 2B, DE and 89. RGB value is (43,222,137). Sum of RGB (Red+Green+Blue) = 43+222+137=402 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.70% from 402); Green value is 222 (87.11% from 255 or 55.22% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BDE89 is #D42176. Grayscale: #9E9E9E. Windows color (decimal): -13902199 or 9035307. OLE color: 9035307.
HSL color Cylindrical-coordinate representation of color #2BDE89: hue angle of 151.51º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDE89 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 222 | 137 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.13 |
| HSL | 151.51º | 0.73% | 0.52% | - |
| HSV(B) | 151.51º | 0.81% | 0.87% | - |
| XYZ | 31.63 | 54.56 | 32.53 | - |
| YUV | 158.79 | 115.7 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 222 | 137 | 0.81 | 0 | 0.38 | 0.13 | 151.51 | 0.73 | 0.52 |
| Hex | 2B | DE | 89 | 51 | 0 | 26 | D | 98 | 49 | 34 |
| Octal | 53 | 336 | 211 | 121 | 0 | 46 | 15 | 230 | 111 | 64 |
| Binary | 101011 | 11011110 | 10001001 | 1010001 | 0 | 100110 | 1101 | 10011000 | 1001001 | 110100 |
Color Harmonies of #2BDE89
Complementary color
Monochromatic Colors of #2BDE89
Black with #2BDE89
Text Example
Text Example
White with #2BDE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDE89; }
p { color: rgb(43,222,137); }
H1.HeaderClassName
{
color: #2BDE89;
}
.AnyTagClassName
{
color: #2BDE89;
}
</style>
background-color css
<style>
a { background-color: #2BDE89; }
a { background-color: rgb(43,222,137); }
div.DivClassName
{
background-color: #2BDE89;
}
.BgClassName
{
background-color: #2BDE89;
}
</style>
border-color css
<style>
span { border-color: #2BDE89; }
span { border-color: rgb(43,222,137); }
td.TdClassName
{
border-color: #2BDE89;
}
.TagClassName
{
border-color: #2BDE89;
}
</style>