Shades of Shamrock #2BE98C
Tints of Shamrock #2BE98C
RGB
CMYK
RGB Variations
Color information
#2BE98C (or 0x2BE98C) is known color: Shamrock. HEX triplet: 2B, E9 and 8C. RGB value is (43,233,140). Sum of RGB (Red+Green+Blue) = 43+233+140=416 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.34% from 416); Green value is 233 (91.41% from 255 or 56.01% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE98C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BE98C is #D41673. Grayscale: #A5A5A5. Windows color (decimal): -13899380 or 9234731. OLE color: 9234731.
HSL color Cylindrical-coordinate representation of color #2BE98C: hue angle of 150.63º 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 #2BE98C is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 140 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.09 |
| HSL | 150.63º | 0.81% | 0.54% | - |
| HSV(B) | 150.63º | 0.82% | 0.91% | - |
| XYZ | 34.87 | 60.68 | 34.69 | - |
| YUV | 165.59 | 113.55 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 140 | 0.82 | 0 | 0.40 | 0.09 | 150.63 | 0.81 | 0.54 |
| Hex | 2B | E9 | 8C | 52 | 0 | 28 | 9 | 97 | 51 | 36 |
| Octal | 53 | 351 | 214 | 122 | 0 | 50 | 11 | 227 | 121 | 66 |
| Binary | 101011 | 11101001 | 10001100 | 1010010 | 0 | 101000 | 1001 | 10010111 | 1010001 | 110110 |
Color Harmonies of #2BE98C
Complementary color
Monochromatic Colors of #2BE98C
Black with #2BE98C
Text Example
Text Example
White with #2BE98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE98C; }
p { color: rgb(43,233,140); }
H1.HeaderClassName
{
color: #2BE98C;
}
.AnyTagClassName
{
color: #2BE98C;
}
</style>
background-color css
<style>
a { background-color: #2BE98C; }
a { background-color: rgb(43,233,140); }
div.DivClassName
{
background-color: #2BE98C;
}
.BgClassName
{
background-color: #2BE98C;
}
</style>
border-color css
<style>
span { border-color: #2BE98C; }
span { border-color: rgb(43,233,140); }
td.TdClassName
{
border-color: #2BE98C;
}
.TagClassName
{
border-color: #2BE98C;
}
</style>