Shades of Shamrock #2BE281
Tints of Shamrock #2BE281
RGB
CMYK
RGB Variations
Color information
#2BE281 (or 0x2BE281) is known color: Shamrock. HEX triplet: 2B, E2 and 81. RGB value is (43,226,129). Sum of RGB (Red+Green+Blue) = 43+226+129=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 226 (88.67% from 255 or 56.78% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE281 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE281 is #D41D7E. Grayscale: #A0A0A0. Windows color (decimal): -13901183 or 8512043. OLE color: 8512043.
HSL color Cylindrical-coordinate representation of color #2BE281: hue angle of 148.2º degrees, saturation: 0.76, 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 #2BE281 is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 226 | 129 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.11 |
| HSL | 148.2º | 0.76% | 0.53% | - |
| HSV(B) | 148.2º | 0.81% | 0.89% | - |
| XYZ | 32.16 | 56.49 | 29.98 | - |
| YUV | 160.23 | 110.37 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 129 | 0.81 | 0 | 0.43 | 0.11 | 148.2 | 0.76 | 0.53 |
| Hex | 2B | E2 | 81 | 51 | 0 | 2B | B | 94 | 4C | 35 |
| Octal | 53 | 342 | 201 | 121 | 0 | 53 | 13 | 224 | 114 | 65 |
| Binary | 101011 | 11100010 | 10000001 | 1010001 | 0 | 101011 | 1011 | 10010100 | 1001100 | 110101 |
Color Harmonies of #2BE281
Complementary color
Monochromatic Colors of #2BE281
Black with #2BE281
Text Example
Text Example
White with #2BE281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE281; }
p { color: rgb(43,226,129); }
H1.HeaderClassName
{
color: #2BE281;
}
.AnyTagClassName
{
color: #2BE281;
}
</style>
background-color css
<style>
a { background-color: #2BE281; }
a { background-color: rgb(43,226,129); }
div.DivClassName
{
background-color: #2BE281;
}
.BgClassName
{
background-color: #2BE281;
}
</style>
border-color css
<style>
span { border-color: #2BE281; }
span { border-color: rgb(43,226,129); }
td.TdClassName
{
border-color: #2BE281;
}
.TagClassName
{
border-color: #2BE281;
}
</style>