Shades of Shamrock #2BE99D
Tints of Shamrock #2BE99D
RGB
CMYK
RGB Variations
Color information
#2BE99D (or 0x2BE99D) is known color: Shamrock. HEX triplet: 2B, E9 and 9D. RGB value is (43,233,157). Sum of RGB (Red+Green+Blue) = 43+233+157=433 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.93% from 433); Green value is 233 (91.41% from 255 or 53.81% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE99D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BE99D is #D41662. Grayscale: #A7A7A7. Windows color (decimal): -13899363 or 10348843. OLE color: 10348843.
HSL color Cylindrical-coordinate representation of color #2BE99D: hue angle of 156º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE99D is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 157 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.09 |
| HSL | 156º | 0.81% | 0.54% | - |
| HSV(B) | 156º | 0.82% | 0.91% | - |
| XYZ | 36.22 | 61.23 | 41.81 | - |
| YUV | 167.53 | 122.05 | 39.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 157 | 0.82 | 0 | 0.33 | 0.09 | 156 | 0.81 | 0.54 |
| Hex | 2B | E9 | 9D | 52 | 0 | 21 | 9 | 9C | 51 | 36 |
| Octal | 53 | 351 | 235 | 122 | 0 | 41 | 11 | 234 | 121 | 66 |
| Binary | 101011 | 11101001 | 10011101 | 1010010 | 0 | 100001 | 1001 | 10011100 | 1010001 | 110110 |
Color Harmonies of #2BE99D
Complementary color
Monochromatic Colors of #2BE99D
Black with #2BE99D
Text Example
Text Example
White with #2BE99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE99D; }
p { color: rgb(43,233,157); }
H1.HeaderClassName
{
color: #2BE99D;
}
.AnyTagClassName
{
color: #2BE99D;
}
</style>
background-color css
<style>
a { background-color: #2BE99D; }
a { background-color: rgb(43,233,157); }
div.DivClassName
{
background-color: #2BE99D;
}
.BgClassName
{
background-color: #2BE99D;
}
</style>
border-color css
<style>
span { border-color: #2BE99D; }
span { border-color: rgb(43,233,157); }
td.TdClassName
{
border-color: #2BE99D;
}
.TagClassName
{
border-color: #2BE99D;
}
</style>