Shades of Shamrock #2BD99A
Tints of Shamrock #2BD99A
RGB
CMYK
RGB Variations
Color information
#2BD99A (or 0x2BD99A) is known color: Shamrock. HEX triplet: 2B, D9 and 9A. RGB value is (43,217,154). Sum of RGB (Red+Green+Blue) = 43+217+154=414 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.39% from 414); Green value is 217 (85.16% from 255 or 52.42% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD99A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD99A is #D42665. Grayscale: #9D9D9D. Windows color (decimal): -13903462 or 10148139. OLE color: 10148139.
HSL color Cylindrical-coordinate representation of color #2BD99A: hue angle of 158.28º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD99A is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 217 | 154 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.15 |
| HSL | 158.28º | 0.7% | 0.51% | - |
| HSV(B) | 158.28º | 0.8% | 0.85% | - |
| XYZ | 31.64 | 52.47 | 39.03 | - |
| YUV | 157.79 | 125.85 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 217 | 154 | 0.80 | 0 | 0.29 | 0.15 | 158.28 | 0.7 | 0.51 |
| Hex | 2B | D9 | 9A | 50 | 0 | 1D | F | 9E | 46 | 33 |
| Octal | 53 | 331 | 232 | 120 | 0 | 35 | 17 | 236 | 106 | 63 |
| Binary | 101011 | 11011001 | 10011010 | 1010000 | 0 | 11101 | 1111 | 10011110 | 1000110 | 110011 |
Color Harmonies of #2BD99A
Complementary color
Monochromatic Colors of #2BD99A
Black with #2BD99A
Text Example
Text Example
White with #2BD99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD99A; }
p { color: rgb(43,217,154); }
H1.HeaderClassName
{
color: #2BD99A;
}
.AnyTagClassName
{
color: #2BD99A;
}
</style>
background-color css
<style>
a { background-color: #2BD99A; }
a { background-color: rgb(43,217,154); }
div.DivClassName
{
background-color: #2BD99A;
}
.BgClassName
{
background-color: #2BD99A;
}
</style>
border-color css
<style>
span { border-color: #2BD99A; }
span { border-color: rgb(43,217,154); }
td.TdClassName
{
border-color: #2BD99A;
}
.TagClassName
{
border-color: #2BD99A;
}
</style>