Shades of Shamrock #2BEA83
Tints of Shamrock #2BEA83
RGB
CMYK
RGB Variations
Color information
#2BEA83 (or 0x2BEA83) is known color: Shamrock. HEX triplet: 2B, EA and 83. RGB value is (43,234,131). Sum of RGB (Red+Green+Blue) = 43+234+131=408 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.54% from 408); Green value is 234 (91.80% from 255 or 57.35% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEA83 is #D4157C. Grayscale: #A5A5A5. Windows color (decimal): -13899133 or 8645163. OLE color: 8645163.
HSL color Cylindrical-coordinate representation of color #2BEA83: hue angle of 147.64º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEA83 is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 131 | - |
| CMYK | 0.82 | 0 | 0.44 | 0.08 |
| HSL | 147.64º | 0.82% | 0.54% | - |
| HSV(B) | 147.64º | 0.82% | 0.92% | - |
| XYZ | 34.52 | 61 | 31.43 | - |
| YUV | 165.15 | 108.72 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 131 | 0.82 | 0 | 0.44 | 0.08 | 147.64 | 0.82 | 0.54 |
| Hex | 2B | EA | 83 | 52 | 0 | 2C | 8 | 94 | 52 | 36 |
| Octal | 53 | 352 | 203 | 122 | 0 | 54 | 10 | 224 | 122 | 66 |
| Binary | 101011 | 11101010 | 10000011 | 1010010 | 0 | 101100 | 1000 | 10010100 | 1010010 | 110110 |
Color Harmonies of #2BEA83
Complementary color
Monochromatic Colors of #2BEA83
Black with #2BEA83
Text Example
Text Example
White with #2BEA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA83; }
p { color: rgb(43,234,131); }
H1.HeaderClassName
{
color: #2BEA83;
}
.AnyTagClassName
{
color: #2BEA83;
}
</style>
background-color css
<style>
a { background-color: #2BEA83; }
a { background-color: rgb(43,234,131); }
div.DivClassName
{
background-color: #2BEA83;
}
.BgClassName
{
background-color: #2BEA83;
}
</style>
border-color css
<style>
span { border-color: #2BEA83; }
span { border-color: rgb(43,234,131); }
td.TdClassName
{
border-color: #2BEA83;
}
.TagClassName
{
border-color: #2BEA83;
}
</style>