Shades of Shamrock #2BE781
Tints of Shamrock #2BE781
RGB
CMYK
RGB Variations
Color information
#2BE781 (or 0x2BE781) is known color: Shamrock. HEX triplet: 2B, E7 and 81. RGB value is (43,231,129). Sum of RGB (Red+Green+Blue) = 43+231+129=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 231 (90.62% from 255 or 57.32% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE781 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BE781 is #D4187E. Grayscale: #A3A3A3. Windows color (decimal): -13899903 or 8513323. OLE color: 8513323.
HSL color Cylindrical-coordinate representation of color #2BE781: hue angle of 147.45º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE781 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 231 | 129 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.09 |
| HSL | 147.45º | 0.8% | 0.54% | - |
| HSV(B) | 147.45º | 0.81% | 0.91% | - |
| XYZ | 33.53 | 59.25 | 30.44 | - |
| YUV | 163.16 | 108.72 | 42.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 231 | 129 | 0.81 | 0 | 0.44 | 0.09 | 147.45 | 0.8 | 0.54 |
| Hex | 2B | E7 | 81 | 51 | 0 | 2C | 9 | 93 | 50 | 36 |
| Octal | 53 | 347 | 201 | 121 | 0 | 54 | 11 | 223 | 120 | 66 |
| Binary | 101011 | 11100111 | 10000001 | 1010001 | 0 | 101100 | 1001 | 10010011 | 1010000 | 110110 |
Color Harmonies of #2BE781
Complementary color
Monochromatic Colors of #2BE781
Black with #2BE781
Text Example
Text Example
White with #2BE781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE781; }
p { color: rgb(43,231,129); }
H1.HeaderClassName
{
color: #2BE781;
}
.AnyTagClassName
{
color: #2BE781;
}
</style>
background-color css
<style>
a { background-color: #2BE781; }
a { background-color: rgb(43,231,129); }
div.DivClassName
{
background-color: #2BE781;
}
.BgClassName
{
background-color: #2BE781;
}
</style>
border-color css
<style>
span { border-color: #2BE781; }
span { border-color: rgb(43,231,129); }
td.TdClassName
{
border-color: #2BE781;
}
.TagClassName
{
border-color: #2BE781;
}
</style>