Shades of Shamrock #2BE499
Tints of Shamrock #2BE499
RGB
CMYK
RGB Variations
Color information
#2BE499 (or 0x2BE499) is known color: Shamrock. HEX triplet: 2B, E4 and 99. RGB value is (43,228,153). Sum of RGB (Red+Green+Blue) = 43+228+153=424 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.14% from 424); Green value is 228 (89.45% from 255 or 53.77% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 228 - color contains mainly: green. Hex color #2BE499 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE499 is #D41B66. Grayscale: #A4A4A4. Windows color (decimal): -13900647 or 10085419. OLE color: 10085419.
HSL color Cylindrical-coordinate representation of color #2BE499: hue angle of 155.68º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE499 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 228 | 153 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.11 |
| HSL | 155.68º | 0.77% | 0.53% | - |
| HSV(B) | 155.68º | 0.81% | 0.89% | - |
| XYZ | 34.49 | 58.3 | 39.57 | - |
| YUV | 164.14 | 121.71 | 41.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 228 | 153 | 0.81 | 0 | 0.33 | 0.11 | 155.68 | 0.77 | 0.53 |
| Hex | 2B | E4 | 99 | 51 | 0 | 21 | B | 9C | 4D | 35 |
| Octal | 53 | 344 | 231 | 121 | 0 | 41 | 13 | 234 | 115 | 65 |
| Binary | 101011 | 11100100 | 10011001 | 1010001 | 0 | 100001 | 1011 | 10011100 | 1001101 | 110101 |
Color Harmonies of #2BE499
Complementary color
Monochromatic Colors of #2BE499
Black with #2BE499
Text Example
Text Example
White with #2BE499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE499; }
p { color: rgb(43,228,153); }
H1.HeaderClassName
{
color: #2BE499;
}
.AnyTagClassName
{
color: #2BE499;
}
</style>
background-color css
<style>
a { background-color: #2BE499; }
a { background-color: rgb(43,228,153); }
div.DivClassName
{
background-color: #2BE499;
}
.BgClassName
{
background-color: #2BE499;
}
</style>
border-color css
<style>
span { border-color: #2BE499; }
span { border-color: rgb(43,228,153); }
td.TdClassName
{
border-color: #2BE499;
}
.TagClassName
{
border-color: #2BE499;
}
</style>