Shades of Shamrock #2BE27B
Tints of Shamrock #2BE27B
RGB
CMYK
RGB Variations
Color information
#2BE27B (or 0x2BE27B) is known color: Shamrock. HEX triplet: 2B, E2 and 7B. RGB value is (43,226,123). Sum of RGB (Red+Green+Blue) = 43+226+123=392 (51% of max value = 765). Red value is 43 (17.19% from 255 or 10.97% from 392); Green value is 226 (88.67% from 255 or 57.65% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE27B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE27B is #D41D84. Grayscale: #9F9F9F. Windows color (decimal): -13901189 or 8118827. OLE color: 8118827.
HSL color Cylindrical-coordinate representation of color #2BE27B: hue angle of 146.23º 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 #2BE27B is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 226 | 123 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.11 |
| HSL | 146.23º | 0.76% | 0.53% | - |
| HSV(B) | 146.23º | 0.81% | 0.89% | - |
| XYZ | 31.77 | 56.34 | 27.94 | - |
| YUV | 159.54 | 107.37 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 123 | 0.81 | 0 | 0.46 | 0.11 | 146.23 | 0.76 | 0.53 |
| Hex | 2B | E2 | 7B | 51 | 0 | 2E | B | 92 | 4C | 35 |
| Octal | 53 | 342 | 173 | 121 | 0 | 56 | 13 | 222 | 114 | 65 |
| Binary | 101011 | 11100010 | 1111011 | 1010001 | 0 | 101110 | 1011 | 10010010 | 1001100 | 110101 |
Color Harmonies of #2BE27B
Complementary color
Monochromatic Colors of #2BE27B
Black with #2BE27B
Text Example
Text Example
White with #2BE27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE27B; }
p { color: rgb(43,226,123); }
H1.HeaderClassName
{
color: #2BE27B;
}
.AnyTagClassName
{
color: #2BE27B;
}
</style>
background-color css
<style>
a { background-color: #2BE27B; }
a { background-color: rgb(43,226,123); }
div.DivClassName
{
background-color: #2BE27B;
}
.BgClassName
{
background-color: #2BE27B;
}
</style>
border-color css
<style>
span { border-color: #2BE27B; }
span { border-color: rgb(43,226,123); }
td.TdClassName
{
border-color: #2BE27B;
}
.TagClassName
{
border-color: #2BE27B;
}
</style>