Shades of Shamrock #2BED84
Tints of Shamrock #2BED84
RGB
CMYK
RGB Variations
Color information
#2BED84 (or 0x2BED84) is known color: Shamrock. HEX triplet: 2B, ED and 84. RGB value is (43,237,132). Sum of RGB (Red+Green+Blue) = 43+237+132=412 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.44% from 412); Green value is 237 (92.97% from 255 or 57.52% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BED84 is #D4127B. Grayscale: #A7A7A7. Windows color (decimal): -13898364 or 8711467. OLE color: 8711467.
HSL color Cylindrical-coordinate representation of color #2BED84: hue angle of 147.53º degrees, saturation: 0.84, 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 #2BED84 is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 132 | - |
| CMYK | 0.82 | 0 | 0.44 | 0.07 |
| HSL | 147.53º | 0.84% | 0.55% | - |
| HSV(B) | 147.53º | 0.82% | 0.93% | - |
| XYZ | 35.45 | 62.75 | 32.07 | - |
| YUV | 167.02 | 108.23 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 132 | 0.82 | 0 | 0.44 | 0.07 | 147.53 | 0.84 | 0.55 |
| Hex | 2B | ED | 84 | 52 | 0 | 2C | 7 | 94 | 54 | 37 |
| Octal | 53 | 355 | 204 | 122 | 0 | 54 | 7 | 224 | 124 | 67 |
| Binary | 101011 | 11101101 | 10000100 | 1010010 | 0 | 101100 | 111 | 10010100 | 1010100 | 110111 |
Color Harmonies of #2BED84
Complementary color
Monochromatic Colors of #2BED84
Black with #2BED84
Text Example
Text Example
White with #2BED84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BED84; }
p { color: rgb(43,237,132); }
H1.HeaderClassName
{
color: #2BED84;
}
.AnyTagClassName
{
color: #2BED84;
}
</style>
background-color css
<style>
a { background-color: #2BED84; }
a { background-color: rgb(43,237,132); }
div.DivClassName
{
background-color: #2BED84;
}
.BgClassName
{
background-color: #2BED84;
}
</style>
border-color css
<style>
span { border-color: #2BED84; }
span { border-color: rgb(43,237,132); }
td.TdClassName
{
border-color: #2BED84;
}
.TagClassName
{
border-color: #2BED84;
}
</style>