Shades of Shamrock #2BE78D
Tints of Shamrock #2BE78D
RGB
CMYK
RGB Variations
Color information
#2BE78D (or 0x2BE78D) is known color: Shamrock. HEX triplet: 2B, E7 and 8D. RGB value is (43,231,141). Sum of RGB (Red+Green+Blue) = 43+231+141=415 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.36% from 415); Green value is 231 (90.62% from 255 or 55.66% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE78D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BE78D is #D41872. Grayscale: #A4A4A4. Windows color (decimal): -13899891 or 9299755. OLE color: 9299755.
HSL color Cylindrical-coordinate representation of color #2BE78D: hue angle of 151.28º 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 #2BE78D is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 231 | 141 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.09 |
| HSL | 151.28º | 0.8% | 0.54% | - |
| HSV(B) | 151.28º | 0.81% | 0.91% | - |
| XYZ | 34.38 | 59.59 | 34.89 | - |
| YUV | 164.53 | 114.72 | 41.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 231 | 141 | 0.81 | 0 | 0.39 | 0.09 | 151.28 | 0.8 | 0.54 |
| Hex | 2B | E7 | 8D | 51 | 0 | 27 | 9 | 97 | 50 | 36 |
| Octal | 53 | 347 | 215 | 121 | 0 | 47 | 11 | 227 | 120 | 66 |
| Binary | 101011 | 11100111 | 10001101 | 1010001 | 0 | 100111 | 1001 | 10010111 | 1010000 | 110110 |
Color Harmonies of #2BE78D
Complementary color
Monochromatic Colors of #2BE78D
Black with #2BE78D
Text Example
Text Example
White with #2BE78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE78D; }
p { color: rgb(43,231,141); }
H1.HeaderClassName
{
color: #2BE78D;
}
.AnyTagClassName
{
color: #2BE78D;
}
</style>
background-color css
<style>
a { background-color: #2BE78D; }
a { background-color: rgb(43,231,141); }
div.DivClassName
{
background-color: #2BE78D;
}
.BgClassName
{
background-color: #2BE78D;
}
</style>
border-color css
<style>
span { border-color: #2BE78D; }
span { border-color: rgb(43,231,141); }
td.TdClassName
{
border-color: #2BE78D;
}
.TagClassName
{
border-color: #2BE78D;
}
</style>