Shades of Shamrock #2BE57F
Tints of Shamrock #2BE57F
RGB
CMYK
RGB Variations
Color information
#2BE57F (or 0x2BE57F) is known color: Shamrock. HEX triplet: 2B, E5 and 7F. RGB value is (43,229,127). Sum of RGB (Red+Green+Blue) = 43+229+127=399 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.78% from 399); Green value is 229 (89.84% from 255 or 57.39% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 229 - color contains mainly: green. Hex color #2BE57F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE57F is #D41A80. Grayscale: #A1A1A1. Windows color (decimal): -13900417 or 8381739. OLE color: 8381739.
HSL color Cylindrical-coordinate representation of color #2BE57F: hue angle of 147.1º 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 #2BE57F is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 229 | 127 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.10 |
| HSL | 147.1º | 0.78% | 0.53% | - |
| HSV(B) | 147.1º | 0.81% | 0.9% | - |
| XYZ | 32.85 | 58.08 | 29.56 | - |
| YUV | 161.76 | 108.38 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 229 | 127 | 0.81 | 0 | 0.45 | 0.10 | 147.1 | 0.78 | 0.53 |
| Hex | 2B | E5 | 7F | 51 | 0 | 2D | A | 93 | 4E | 35 |
| Octal | 53 | 345 | 177 | 121 | 0 | 55 | 12 | 223 | 116 | 65 |
| Binary | 101011 | 11100101 | 1111111 | 1010001 | 0 | 101101 | 1010 | 10010011 | 1001110 | 110101 |
Color Harmonies of #2BE57F
Complementary color
Monochromatic Colors of #2BE57F
Black with #2BE57F
Text Example
Text Example
White with #2BE57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE57F; }
p { color: rgb(43,229,127); }
H1.HeaderClassName
{
color: #2BE57F;
}
.AnyTagClassName
{
color: #2BE57F;
}
</style>
background-color css
<style>
a { background-color: #2BE57F; }
a { background-color: rgb(43,229,127); }
div.DivClassName
{
background-color: #2BE57F;
}
.BgClassName
{
background-color: #2BE57F;
}
</style>
border-color css
<style>
span { border-color: #2BE57F; }
span { border-color: rgb(43,229,127); }
td.TdClassName
{
border-color: #2BE57F;
}
.TagClassName
{
border-color: #2BE57F;
}
</style>