Shades of Shamrock #2BEE82
Tints of Shamrock #2BEE82
RGB
CMYK
RGB Variations
Color information
#2BEE82 (or 0x2BEE82) is known color: Shamrock. HEX triplet: 2B, EE and 82. RGB value is (43,238,130). Sum of RGB (Red+Green+Blue) = 43+238+130=411 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.46% from 411); Green value is 238 (93.36% from 255 or 57.91% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEE82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BEE82 is #D4117D. Grayscale: #A7A7A7. Windows color (decimal): -13898110 or 8580651. OLE color: 8580651.
HSL color Cylindrical-coordinate representation of color #2BEE82: hue angle of 146.77º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEE82 is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 130 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.07 |
| HSL | 146.77º | 0.85% | 0.55% | - |
| HSV(B) | 146.77º | 0.82% | 0.93% | - |
| XYZ | 35.6 | 63.27 | 31.46 | - |
| YUV | 167.38 | 106.9 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 130 | 0.82 | 0 | 0.45 | 0.07 | 146.77 | 0.85 | 0.55 |
| Hex | 2B | EE | 82 | 52 | 0 | 2D | 7 | 93 | 55 | 37 |
| Octal | 53 | 356 | 202 | 122 | 0 | 55 | 7 | 223 | 125 | 67 |
| Binary | 101011 | 11101110 | 10000010 | 1010010 | 0 | 101101 | 111 | 10010011 | 1010101 | 110111 |
Color Harmonies of #2BEE82
Complementary color
Monochromatic Colors of #2BEE82
Black with #2BEE82
Text Example
Text Example
White with #2BEE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEE82; }
p { color: rgb(43,238,130); }
H1.HeaderClassName
{
color: #2BEE82;
}
.AnyTagClassName
{
color: #2BEE82;
}
</style>
background-color css
<style>
a { background-color: #2BEE82; }
a { background-color: rgb(43,238,130); }
div.DivClassName
{
background-color: #2BEE82;
}
.BgClassName
{
background-color: #2BEE82;
}
</style>
border-color css
<style>
span { border-color: #2BEE82; }
span { border-color: rgb(43,238,130); }
td.TdClassName
{
border-color: #2BEE82;
}
.TagClassName
{
border-color: #2BEE82;
}
</style>