Shades of Shamrock #2FE498
Tints of Shamrock #2FE498
RGB
CMYK
RGB Variations
Color information
#2FE498 (or 0x2FE498) is known color: Shamrock. HEX triplet: 2F, E4 and 98. RGB value is (47,228,152). Sum of RGB (Red+Green+Blue) = 47+228+152=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 228 (89.45% from 255 or 53.40% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE498 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE498 is #D01B67. Grayscale: #A5A5A5. Windows color (decimal): -13638504 or 10019887. OLE color: 10019887.
HSL color Cylindrical-coordinate representation of color #2FE498: hue angle of 154.81º 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 #2FE498 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 228 | 152 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.11 |
| HSL | 154.81º | 0.77% | 0.54% | - |
| HSV(B) | 154.81º | 0.79% | 0.89% | - |
| XYZ | 34.58 | 58.36 | 39.15 | - |
| YUV | 165.22 | 120.53 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 228 | 152 | 0.79 | 0 | 0.33 | 0.11 | 154.81 | 0.77 | 0.54 |
| Hex | 2F | E4 | 98 | 4F | 0 | 21 | B | 9B | 4D | 36 |
| Octal | 57 | 344 | 230 | 117 | 0 | 41 | 13 | 233 | 115 | 66 |
| Binary | 101111 | 11100100 | 10011000 | 1001111 | 0 | 100001 | 1011 | 10011011 | 1001101 | 110110 |
Color Harmonies of #2FE498
Complementary color
Monochromatic Colors of #2FE498
Black with #2FE498
Text Example
Text Example
White with #2FE498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE498; }
p { color: rgb(47,228,152); }
H1.HeaderClassName
{
color: #2FE498;
}
.AnyTagClassName
{
color: #2FE498;
}
</style>
background-color css
<style>
a { background-color: #2FE498; }
a { background-color: rgb(47,228,152); }
div.DivClassName
{
background-color: #2FE498;
}
.BgClassName
{
background-color: #2FE498;
}
</style>
border-color css
<style>
span { border-color: #2FE498; }
span { border-color: rgb(47,228,152); }
td.TdClassName
{
border-color: #2FE498;
}
.TagClassName
{
border-color: #2FE498;
}
</style>