Shades of Shamrock #2FE28C
Tints of Shamrock #2FE28C
RGB
CMYK
RGB Variations
Color information
#2FE28C (or 0x2FE28C) is known color: Shamrock. HEX triplet: 2F, E2 and 8C. RGB value is (47,226,140). Sum of RGB (Red+Green+Blue) = 47+226+140=413 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.38% from 413); Green value is 226 (88.67% from 255 or 54.72% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 226 - color contains mainly: green. Hex color #2FE28C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE28C is #D01D73. Grayscale: #A2A2A2. Windows color (decimal): -13639028 or 9232943. OLE color: 9232943.
HSL color Cylindrical-coordinate representation of color #2FE28C: hue angle of 151.17º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE28C is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 226 | 140 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.11 |
| HSL | 151.17º | 0.76% | 0.54% | - |
| HSV(B) | 151.17º | 0.79% | 0.89% | - |
| XYZ | 33.1 | 56.89 | 34.05 | - |
| YUV | 162.68 | 115.2 | 45.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 226 | 140 | 0.79 | 0 | 0.38 | 0.11 | 151.17 | 0.76 | 0.54 |
| Hex | 2F | E2 | 8C | 4F | 0 | 26 | B | 97 | 4C | 36 |
| Octal | 57 | 342 | 214 | 117 | 0 | 46 | 13 | 227 | 114 | 66 |
| Binary | 101111 | 11100010 | 10001100 | 1001111 | 0 | 100110 | 1011 | 10010111 | 1001100 | 110110 |
Color Harmonies of #2FE28C
Complementary color
Monochromatic Colors of #2FE28C
Black with #2FE28C
Text Example
Text Example
White with #2FE28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE28C; }
p { color: rgb(47,226,140); }
H1.HeaderClassName
{
color: #2FE28C;
}
.AnyTagClassName
{
color: #2FE28C;
}
</style>
background-color css
<style>
a { background-color: #2FE28C; }
a { background-color: rgb(47,226,140); }
div.DivClassName
{
background-color: #2FE28C;
}
.BgClassName
{
background-color: #2FE28C;
}
</style>
border-color css
<style>
span { border-color: #2FE28C; }
span { border-color: rgb(47,226,140); }
td.TdClassName
{
border-color: #2FE28C;
}
.TagClassName
{
border-color: #2FE28C;
}
</style>