Shades of Shamrock #2BED95
Tints of Shamrock #2BED95
RGB
CMYK
RGB Variations
Color information
#2BED95 (or 0x2BED95) is known color: Shamrock. HEX triplet: 2B, ED and 95. RGB value is (43,237,149). Sum of RGB (Red+Green+Blue) = 43+237+149=429 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.02% from 429); Green value is 237 (92.97% from 255 or 55.24% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BED95 is #D4126A. Grayscale: #A9A9A9. Windows color (decimal): -13898347 or 9825579. OLE color: 9825579.
HSL color Cylindrical-coordinate representation of color #2BED95: hue angle of 152.78º 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 #2BED95 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 149 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.07 |
| HSL | 152.78º | 0.84% | 0.55% | - |
| HSV(B) | 152.78º | 0.82% | 0.93% | - |
| XYZ | 36.71 | 63.25 | 38.71 | - |
| YUV | 168.96 | 116.73 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 149 | 0.82 | 0 | 0.37 | 0.07 | 152.78 | 0.84 | 0.55 |
| Hex | 2B | ED | 95 | 52 | 0 | 25 | 7 | 99 | 54 | 37 |
| Octal | 53 | 355 | 225 | 122 | 0 | 45 | 7 | 231 | 124 | 67 |
| Binary | 101011 | 11101101 | 10010101 | 1010010 | 0 | 100101 | 111 | 10011001 | 1010100 | 110111 |
Color Harmonies of #2BED95
Complementary color
Monochromatic Colors of #2BED95
Black with #2BED95
Text Example
Text Example
White with #2BED95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BED95; }
p { color: rgb(43,237,149); }
H1.HeaderClassName
{
color: #2BED95;
}
.AnyTagClassName
{
color: #2BED95;
}
</style>
background-color css
<style>
a { background-color: #2BED95; }
a { background-color: rgb(43,237,149); }
div.DivClassName
{
background-color: #2BED95;
}
.BgClassName
{
background-color: #2BED95;
}
</style>
border-color css
<style>
span { border-color: #2BED95; }
span { border-color: rgb(43,237,149); }
td.TdClassName
{
border-color: #2BED95;
}
.TagClassName
{
border-color: #2BED95;
}
</style>