Shades of Shamrock #2FE485
Tints of Shamrock #2FE485
RGB
CMYK
RGB Variations
Color information
#2FE485 (or 0x2FE485) is known color: Shamrock. HEX triplet: 2F, E4 and 85. RGB value is (47,228,133). Sum of RGB (Red+Green+Blue) = 47+228+133=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 228 (89.45% from 255 or 55.88% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE485 is #D01B7A. Grayscale: #A3A3A3. Windows color (decimal): -13638523 or 8774703. OLE color: 8774703.
HSL color Cylindrical-coordinate representation of color #2FE485: hue angle of 148.51º degrees, saturation: 0.77, 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 #2FE485 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 228 | 133 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.11 |
| HSL | 148.51º | 0.77% | 0.54% | - |
| HSV(B) | 148.51º | 0.79% | 0.89% | - |
| XYZ | 33.15 | 57.78 | 31.6 | - |
| YUV | 163.05 | 111.03 | 45.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 228 | 133 | 0.79 | 0 | 0.42 | 0.11 | 148.51 | 0.77 | 0.54 |
| Hex | 2F | E4 | 85 | 4F | 0 | 2A | B | 95 | 4D | 36 |
| Octal | 57 | 344 | 205 | 117 | 0 | 52 | 13 | 225 | 115 | 66 |
| Binary | 101111 | 11100100 | 10000101 | 1001111 | 0 | 101010 | 1011 | 10010101 | 1001101 | 110110 |
Color Harmonies of #2FE485
Complementary color
Monochromatic Colors of #2FE485
Black with #2FE485
Text Example
Text Example
White with #2FE485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE485; }
p { color: rgb(47,228,133); }
H1.HeaderClassName
{
color: #2FE485;
}
.AnyTagClassName
{
color: #2FE485;
}
</style>
background-color css
<style>
a { background-color: #2FE485; }
a { background-color: rgb(47,228,133); }
div.DivClassName
{
background-color: #2FE485;
}
.BgClassName
{
background-color: #2FE485;
}
</style>
border-color css
<style>
span { border-color: #2FE485; }
span { border-color: rgb(47,228,133); }
td.TdClassName
{
border-color: #2FE485;
}
.TagClassName
{
border-color: #2FE485;
}
</style>