Shades of Shamrock #2BE580
Tints of Shamrock #2BE580
RGB
CMYK
RGB Variations
Color information
#2BE580 (or 0x2BE580) is known color: Shamrock. HEX triplet: 2B, E5 and 80. RGB value is (43,229,128). Sum of RGB (Red+Green+Blue) = 43+229+128=400 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.75% from 400); Green value is 229 (89.84% from 255 or 57.25% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE580 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE580 is #D41A7F. Grayscale: #A2A2A2. Windows color (decimal): -13900416 or 8447275. OLE color: 8447275.
HSL color Cylindrical-coordinate representation of color #2BE580: hue angle of 147.42º 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 #2BE580 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 128 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.10 |
| HSL | 147.42º | 0.78% | 0.53% | - |
| HSV(B) | 147.42º | 0.81% | 0.9% | - |
| XYZ | 32.91 | 58.11 | 29.9 | - |
| YUV | 161.87 | 108.88 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 128 | 0.81 | 0 | 0.44 | 0.10 | 147.42 | 0.78 | 0.53 |
| Hex | 2B | E5 | 80 | 51 | 0 | 2C | A | 93 | 4E | 35 |
| Octal | 53 | 345 | 200 | 121 | 0 | 54 | 12 | 223 | 116 | 65 |
| Binary | 101011 | 11100101 | 10000000 | 1010001 | 0 | 101100 | 1010 | 10010011 | 1001110 | 110101 |
Color Harmonies of #2BE580
Complementary color
Monochromatic Colors of #2BE580
Black with #2BE580
Text Example
Text Example
White with #2BE580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE580; }
p { color: rgb(43,229,128); }
H1.HeaderClassName
{
color: #2BE580;
}
.AnyTagClassName
{
color: #2BE580;
}
</style>
background-color css
<style>
a { background-color: #2BE580; }
a { background-color: rgb(43,229,128); }
div.DivClassName
{
background-color: #2BE580;
}
.BgClassName
{
background-color: #2BE580;
}
</style>
border-color css
<style>
span { border-color: #2BE580; }
span { border-color: rgb(43,229,128); }
td.TdClassName
{
border-color: #2BE580;
}
.TagClassName
{
border-color: #2BE580;
}
</style>