Shades of Shamrock #2BE380
Tints of Shamrock #2BE380
RGB
CMYK
RGB Variations
Color information
#2BE380 (or 0x2BE380) is known color: Shamrock. HEX triplet: 2B, E3 and 80. RGB value is (43,227,128). Sum of RGB (Red+Green+Blue) = 43+227+128=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 227 (89.06% from 255 or 57.04% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE380 is #D41C7F. Grayscale: #A0A0A0. Windows color (decimal): -13900928 or 8446763. OLE color: 8446763.
HSL color Cylindrical-coordinate representation of color #2BE380: hue angle of 147.72º 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 #2BE380 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 227 | 128 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.11 |
| HSL | 147.72º | 0.77% | 0.53% | - |
| HSV(B) | 147.72º | 0.81% | 0.89% | - |
| XYZ | 32.36 | 57.01 | 29.72 | - |
| YUV | 160.7 | 109.54 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 227 | 128 | 0.81 | 0 | 0.44 | 0.11 | 147.72 | 0.77 | 0.53 |
| Hex | 2B | E3 | 80 | 51 | 0 | 2C | B | 94 | 4D | 35 |
| Octal | 53 | 343 | 200 | 121 | 0 | 54 | 13 | 224 | 115 | 65 |
| Binary | 101011 | 11100011 | 10000000 | 1010001 | 0 | 101100 | 1011 | 10010100 | 1001101 | 110101 |
Color Harmonies of #2BE380
Complementary color
Monochromatic Colors of #2BE380
Black with #2BE380
Text Example
Text Example
White with #2BE380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE380; }
p { color: rgb(43,227,128); }
H1.HeaderClassName
{
color: #2BE380;
}
.AnyTagClassName
{
color: #2BE380;
}
</style>
background-color css
<style>
a { background-color: #2BE380; }
a { background-color: rgb(43,227,128); }
div.DivClassName
{
background-color: #2BE380;
}
.BgClassName
{
background-color: #2BE380;
}
</style>
border-color css
<style>
span { border-color: #2BE380; }
span { border-color: rgb(43,227,128); }
td.TdClassName
{
border-color: #2BE380;
}
.TagClassName
{
border-color: #2BE380;
}
</style>