Shades of Shamrock #2FE18B
Tints of Shamrock #2FE18B
RGB
CMYK
RGB Variations
Color information
#2FE18B (or 0x2FE18B) is known color: Shamrock. HEX triplet: 2F, E1 and 8B. RGB value is (47,225,139). Sum of RGB (Red+Green+Blue) = 47+225+139=411 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.44% from 411); Green value is 225 (88.28% from 255 or 54.74% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE18B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE18B is #D01E74. Grayscale: #A2A2A2. Windows color (decimal): -13639285 or 9167151. OLE color: 9167151.
HSL color Cylindrical-coordinate representation of color #2FE18B: hue angle of 151.01º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE18B is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 139 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.12 |
| HSL | 151.01º | 0.75% | 0.53% | - |
| HSV(B) | 151.01º | 0.79% | 0.88% | - |
| XYZ | 32.76 | 56.32 | 33.57 | - |
| YUV | 161.97 | 115.03 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 139 | 0.79 | 0 | 0.38 | 0.12 | 151.01 | 0.75 | 0.53 |
| Hex | 2F | E1 | 8B | 4F | 0 | 26 | C | 97 | 4B | 35 |
| Octal | 57 | 341 | 213 | 117 | 0 | 46 | 14 | 227 | 113 | 65 |
| Binary | 101111 | 11100001 | 10001011 | 1001111 | 0 | 100110 | 1100 | 10010111 | 1001011 | 110101 |
Color Harmonies of #2FE18B
Complementary color
Monochromatic Colors of #2FE18B
Black with #2FE18B
Text Example
Text Example
White with #2FE18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE18B; }
p { color: rgb(47,225,139); }
H1.HeaderClassName
{
color: #2FE18B;
}
.AnyTagClassName
{
color: #2FE18B;
}
</style>
background-color css
<style>
a { background-color: #2FE18B; }
a { background-color: rgb(47,225,139); }
div.DivClassName
{
background-color: #2FE18B;
}
.BgClassName
{
background-color: #2FE18B;
}
</style>
border-color css
<style>
span { border-color: #2FE18B; }
span { border-color: rgb(47,225,139); }
td.TdClassName
{
border-color: #2FE18B;
}
.TagClassName
{
border-color: #2FE18B;
}
</style>