Shades of Shamrock #2FE6B0
Tints of Shamrock #2FE6B0
RGB
CMYK
RGB Variations
Color information
#2FE6B0 (or 0x2FE6B0) is known color: Shamrock. HEX triplet: 2F, E6 and B0. RGB value is (47,230,176). Sum of RGB (Red+Green+Blue) = 47+230+176=453 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.38% from 453); Green value is 230 (90.23% from 255 or 50.77% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE6B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FE6B0 is #D0194F. Grayscale: #A9A9A9. Windows color (decimal): -13637968 or 11593263. OLE color: 11593263.
HSL color Cylindrical-coordinate representation of color #2FE6B0: hue angle of 162.3º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE6B0 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 230 | 176 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.10 |
| HSL | 162.3º | 0.79% | 0.54% | - |
| HSV(B) | 162.3º | 0.8% | 0.9% | - |
| XYZ | 37.31 | 60.33 | 50.75 | - |
| YUV | 169.13 | 131.87 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 230 | 176 | 0.80 | 0 | 0.23 | 0.10 | 162.3 | 0.79 | 0.54 |
| Hex | 2F | E6 | B0 | 50 | 0 | 17 | A | A2 | 4F | 36 |
| Octal | 57 | 346 | 260 | 120 | 0 | 27 | 12 | 242 | 117 | 66 |
| Binary | 101111 | 11100110 | 10110000 | 1010000 | 0 | 10111 | 1010 | 10100010 | 1001111 | 110110 |
Color Harmonies of #2FE6B0
Complementary color
Monochromatic Colors of #2FE6B0
Black with #2FE6B0
Text Example
Text Example
White with #2FE6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE6B0; }
p { color: rgb(47,230,176); }
H1.HeaderClassName
{
color: #2FE6B0;
}
.AnyTagClassName
{
color: #2FE6B0;
}
</style>
background-color css
<style>
a { background-color: #2FE6B0; }
a { background-color: rgb(47,230,176); }
div.DivClassName
{
background-color: #2FE6B0;
}
.BgClassName
{
background-color: #2FE6B0;
}
</style>
border-color css
<style>
span { border-color: #2FE6B0; }
span { border-color: rgb(47,230,176); }
td.TdClassName
{
border-color: #2FE6B0;
}
.TagClassName
{
border-color: #2FE6B0;
}
</style>