Shades of Shamrock #2BE980
Tints of Shamrock #2BE980
RGB
CMYK
RGB Variations
Color information
#2BE980 (or 0x2BE980) is known color: Shamrock. HEX triplet: 2B, E9 and 80. RGB value is (43,233,128). Sum of RGB (Red+Green+Blue) = 43+233+128=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 233 (91.41% from 255 or 57.67% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE980 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BE980 is #D4167F. Grayscale: #A4A4A4. Windows color (decimal): -13899392 or 8448299. OLE color: 8448299.
HSL color Cylindrical-coordinate representation of color #2BE980: hue angle of 146.84º 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 #2BE980 is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 128 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.09 |
| HSL | 146.84º | 0.81% | 0.54% | - |
| HSV(B) | 146.84º | 0.82% | 0.91% | - |
| XYZ | 34.03 | 60.35 | 30.28 | - |
| YUV | 164.22 | 107.55 | 41.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 128 | 0.82 | 0 | 0.45 | 0.09 | 146.84 | 0.81 | 0.54 |
| Hex | 2B | E9 | 80 | 52 | 0 | 2D | 9 | 93 | 51 | 36 |
| Octal | 53 | 351 | 200 | 122 | 0 | 55 | 11 | 223 | 121 | 66 |
| Binary | 101011 | 11101001 | 10000000 | 1010010 | 0 | 101101 | 1001 | 10010011 | 1010001 | 110110 |
Color Harmonies of #2BE980
Complementary color
Monochromatic Colors of #2BE980
Black with #2BE980
Text Example
Text Example
White with #2BE980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE980; }
p { color: rgb(43,233,128); }
H1.HeaderClassName
{
color: #2BE980;
}
.AnyTagClassName
{
color: #2BE980;
}
</style>
background-color css
<style>
a { background-color: #2BE980; }
a { background-color: rgb(43,233,128); }
div.DivClassName
{
background-color: #2BE980;
}
.BgClassName
{
background-color: #2BE980;
}
</style>
border-color css
<style>
span { border-color: #2BE980; }
span { border-color: rgb(43,233,128); }
td.TdClassName
{
border-color: #2BE980;
}
.TagClassName
{
border-color: #2BE980;
}
</style>