Shades of Shamrock #2BE199
Tints of Shamrock #2BE199
RGB
CMYK
RGB Variations
Color information
#2BE199 (or 0x2BE199) is known color: Shamrock. HEX triplet: 2B, E1 and 99. RGB value is (43,225,153). Sum of RGB (Red+Green+Blue) = 43+225+153=421 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.21% from 421); Green value is 225 (88.28% from 255 or 53.44% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE199 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE199 is #D41E66. Grayscale: #A2A2A2. Windows color (decimal): -13901415 or 10084651. OLE color: 10084651.
HSL color Cylindrical-coordinate representation of color #2BE199: hue angle of 156.26º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE199 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 153 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.12 |
| HSL | 156.26º | 0.75% | 0.53% | - |
| HSV(B) | 156.26º | 0.81% | 0.88% | - |
| XYZ | 33.67 | 56.66 | 39.3 | - |
| YUV | 162.37 | 122.7 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 153 | 0.81 | 0 | 0.32 | 0.12 | 156.26 | 0.75 | 0.53 |
| Hex | 2B | E1 | 99 | 51 | 0 | 20 | C | 9C | 4B | 35 |
| Octal | 53 | 341 | 231 | 121 | 0 | 40 | 14 | 234 | 113 | 65 |
| Binary | 101011 | 11100001 | 10011001 | 1010001 | 0 | 100000 | 1100 | 10011100 | 1001011 | 110101 |
Color Harmonies of #2BE199
Complementary color
Monochromatic Colors of #2BE199
Black with #2BE199
Text Example
Text Example
White with #2BE199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE199; }
p { color: rgb(43,225,153); }
H1.HeaderClassName
{
color: #2BE199;
}
.AnyTagClassName
{
color: #2BE199;
}
</style>
background-color css
<style>
a { background-color: #2BE199; }
a { background-color: rgb(43,225,153); }
div.DivClassName
{
background-color: #2BE199;
}
.BgClassName
{
background-color: #2BE199;
}
</style>
border-color css
<style>
span { border-color: #2BE199; }
span { border-color: rgb(43,225,153); }
td.TdClassName
{
border-color: #2BE199;
}
.TagClassName
{
border-color: #2BE199;
}
</style>