Shades of Shamrock #2FEB9C
Tints of Shamrock #2FEB9C
RGB
CMYK
RGB Variations
Color information
#2FEB9C (or 0x2FEB9C) is known color: Shamrock. HEX triplet: 2F, EB and 9C. RGB value is (47,235,156). Sum of RGB (Red+Green+Blue) = 47+235+156=438 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.73% from 438); Green value is 235 (92.19% from 255 or 53.65% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEB9C is #D01463. Grayscale: #A9A9A9. Windows color (decimal): -13636708 or 10283823. OLE color: 10283823.
HSL color Cylindrical-coordinate representation of color #2FEB9C: hue angle of 154.79º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEB9C is Cyan = 0.8, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 156 | - |
| CMYK | 0.8 | 0 | 0.34 | 0.08 |
| HSL | 154.79º | 0.82% | 0.55% | - |
| HSV(B) | 154.79º | 0.8% | 0.92% | - |
| XYZ | 36.88 | 62.42 | 41.56 | - |
| YUV | 169.78 | 120.22 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 156 | 0.8 | 0 | 0.34 | 0.08 | 154.79 | 0.82 | 0.55 |
| Hex | 2F | EB | 9C | 50 | 0 | 22 | 8 | 9B | 52 | 37 |
| Octal | 57 | 353 | 234 | 120 | 0 | 42 | 10 | 233 | 122 | 67 |
| Binary | 101111 | 11101011 | 10011100 | 1010000 | 0 | 100010 | 1000 | 10011011 | 1010010 | 110111 |
Color Harmonies of #2FEB9C
Complementary color
Monochromatic Colors of #2FEB9C
Black with #2FEB9C
Text Example
Text Example
White with #2FEB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEB9C; }
p { color: rgb(47,235,156); }
H1.HeaderClassName
{
color: #2FEB9C;
}
.AnyTagClassName
{
color: #2FEB9C;
}
</style>
background-color css
<style>
a { background-color: #2FEB9C; }
a { background-color: rgb(47,235,156); }
div.DivClassName
{
background-color: #2FEB9C;
}
.BgClassName
{
background-color: #2FEB9C;
}
</style>
border-color css
<style>
span { border-color: #2FEB9C; }
span { border-color: rgb(47,235,156); }
td.TdClassName
{
border-color: #2FEB9C;
}
.TagClassName
{
border-color: #2FEB9C;
}
</style>