Shades of Shamrock #2FEB8A
Tints of Shamrock #2FEB8A
RGB
CMYK
RGB Variations
Color information
#2FEB8A (or 0x2FEB8A) is known color: Shamrock. HEX triplet: 2F, EB and 8A. RGB value is (47,235,138). Sum of RGB (Red+Green+Blue) = 47+235+138=420 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.19% from 420); Green value is 235 (92.19% from 255 or 55.95% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEB8A is #D01475. Grayscale: #A7A7A7. Windows color (decimal): -13636726 or 9104175. OLE color: 9104175.
HSL color Cylindrical-coordinate representation of color #2FEB8A: hue angle of 149.04º 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 #2FEB8A is Cyan = 0.8, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 138 | - |
| CMYK | 0.8 | 0 | 0.41 | 0.08 |
| HSL | 149.04º | 0.82% | 0.55% | - |
| HSV(B) | 149.04º | 0.8% | 0.92% | - |
| XYZ | 35.47 | 61.86 | 34.11 | - |
| YUV | 167.73 | 111.22 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 138 | 0.8 | 0 | 0.41 | 0.08 | 149.04 | 0.82 | 0.55 |
| Hex | 2F | EB | 8A | 50 | 0 | 29 | 8 | 95 | 52 | 37 |
| Octal | 57 | 353 | 212 | 120 | 0 | 51 | 10 | 225 | 122 | 67 |
| Binary | 101111 | 11101011 | 10001010 | 1010000 | 0 | 101001 | 1000 | 10010101 | 1010010 | 110111 |
Color Harmonies of #2FEB8A
Complementary color
Monochromatic Colors of #2FEB8A
Black with #2FEB8A
Text Example
Text Example
White with #2FEB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEB8A; }
p { color: rgb(47,235,138); }
H1.HeaderClassName
{
color: #2FEB8A;
}
.AnyTagClassName
{
color: #2FEB8A;
}
</style>
background-color css
<style>
a { background-color: #2FEB8A; }
a { background-color: rgb(47,235,138); }
div.DivClassName
{
background-color: #2FEB8A;
}
.BgClassName
{
background-color: #2FEB8A;
}
</style>
border-color css
<style>
span { border-color: #2FEB8A; }
span { border-color: rgb(47,235,138); }
td.TdClassName
{
border-color: #2FEB8A;
}
.TagClassName
{
border-color: #2FEB8A;
}
</style>