Shades of Shamrock #2BE27D
Tints of Shamrock #2BE27D
RGB
CMYK
RGB Variations
Color information
#2BE27D (or 0x2BE27D) is known color: Shamrock. HEX triplet: 2B, E2 and 7D. RGB value is (43,226,125). Sum of RGB (Red+Green+Blue) = 43+226+125=394 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.91% from 394); Green value is 226 (88.67% from 255 or 57.36% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE27D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE27D is #D41D82. Grayscale: #9F9F9F. Windows color (decimal): -13901187 or 8249899. OLE color: 8249899.
HSL color Cylindrical-coordinate representation of color #2BE27D: hue angle of 146.89º 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 #2BE27D is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 226 | 125 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.11 |
| HSL | 146.89º | 0.76% | 0.53% | - |
| HSV(B) | 146.89º | 0.81% | 0.89% | - |
| XYZ | 31.89 | 56.39 | 28.6 | - |
| YUV | 159.77 | 108.37 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 125 | 0.81 | 0 | 0.45 | 0.11 | 146.89 | 0.76 | 0.53 |
| Hex | 2B | E2 | 7D | 51 | 0 | 2D | B | 93 | 4C | 35 |
| Octal | 53 | 342 | 175 | 121 | 0 | 55 | 13 | 223 | 114 | 65 |
| Binary | 101011 | 11100010 | 1111101 | 1010001 | 0 | 101101 | 1011 | 10010011 | 1001100 | 110101 |
Color Harmonies of #2BE27D
Complementary color
Monochromatic Colors of #2BE27D
Black with #2BE27D
Text Example
Text Example
White with #2BE27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE27D; }
p { color: rgb(43,226,125); }
H1.HeaderClassName
{
color: #2BE27D;
}
.AnyTagClassName
{
color: #2BE27D;
}
</style>
background-color css
<style>
a { background-color: #2BE27D; }
a { background-color: rgb(43,226,125); }
div.DivClassName
{
background-color: #2BE27D;
}
.BgClassName
{
background-color: #2BE27D;
}
</style>
border-color css
<style>
span { border-color: #2BE27D; }
span { border-color: rgb(43,226,125); }
td.TdClassName
{
border-color: #2BE27D;
}
.TagClassName
{
border-color: #2BE27D;
}
</style>