Shades of Shamrock #2BE59A
Tints of Shamrock #2BE59A
RGB
CMYK
RGB Variations
Color information
#2BE59A (or 0x2BE59A) is known color: Shamrock. HEX triplet: 2B, E5 and 9A. RGB value is (43,229,154). Sum of RGB (Red+Green+Blue) = 43+229+154=426 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.09% from 426); Green value is 229 (89.84% from 255 or 53.76% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE59A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE59A is #D41A65. Grayscale: #A4A4A4. Windows color (decimal): -13900390 or 10151211. OLE color: 10151211.
HSL color Cylindrical-coordinate representation of color #2BE59A: hue angle of 155.81º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE59A is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 154 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.10 |
| HSL | 155.81º | 0.78% | 0.53% | - |
| HSV(B) | 155.81º | 0.81% | 0.9% | - |
| XYZ | 34.85 | 58.89 | 40.1 | - |
| YUV | 164.84 | 121.88 | 41.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 154 | 0.81 | 0 | 0.33 | 0.10 | 155.81 | 0.78 | 0.53 |
| Hex | 2B | E5 | 9A | 51 | 0 | 21 | A | 9C | 4E | 35 |
| Octal | 53 | 345 | 232 | 121 | 0 | 41 | 12 | 234 | 116 | 65 |
| Binary | 101011 | 11100101 | 10011010 | 1010001 | 0 | 100001 | 1010 | 10011100 | 1001110 | 110101 |
Color Harmonies of #2BE59A
Complementary color
Monochromatic Colors of #2BE59A
Black with #2BE59A
Text Example
Text Example
White with #2BE59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE59A; }
p { color: rgb(43,229,154); }
H1.HeaderClassName
{
color: #2BE59A;
}
.AnyTagClassName
{
color: #2BE59A;
}
</style>
background-color css
<style>
a { background-color: #2BE59A; }
a { background-color: rgb(43,229,154); }
div.DivClassName
{
background-color: #2BE59A;
}
.BgClassName
{
background-color: #2BE59A;
}
</style>
border-color css
<style>
span { border-color: #2BE59A; }
span { border-color: rgb(43,229,154); }
td.TdClassName
{
border-color: #2BE59A;
}
.TagClassName
{
border-color: #2BE59A;
}
</style>