Shades of Shamrock #2FE68B
Tints of Shamrock #2FE68B
RGB
CMYK
RGB Variations
Color information
#2FE68B (or 0x2FE68B) is known color: Shamrock. HEX triplet: 2F, E6 and 8B. RGB value is (47,230,139). Sum of RGB (Red+Green+Blue) = 47+230+139=416 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.30% from 416); Green value is 230 (90.23% from 255 or 55.29% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE68B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FE68B is #D01974. Grayscale: #A5A5A5. Windows color (decimal): -13638005 or 9168431. OLE color: 9168431.
HSL color Cylindrical-coordinate representation of color #2FE68B: hue angle of 150.16º 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 #2FE68B is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 230 | 139 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.10 |
| HSL | 150.16º | 0.79% | 0.54% | - |
| HSV(B) | 150.16º | 0.8% | 0.9% | - |
| XYZ | 34.13 | 59.06 | 34.03 | - |
| YUV | 164.91 | 113.37 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 230 | 139 | 0.80 | 0 | 0.40 | 0.10 | 150.16 | 0.79 | 0.54 |
| Hex | 2F | E6 | 8B | 50 | 0 | 28 | A | 96 | 4F | 36 |
| Octal | 57 | 346 | 213 | 120 | 0 | 50 | 12 | 226 | 117 | 66 |
| Binary | 101111 | 11100110 | 10001011 | 1010000 | 0 | 101000 | 1010 | 10010110 | 1001111 | 110110 |
Color Harmonies of #2FE68B
Complementary color
Monochromatic Colors of #2FE68B
Black with #2FE68B
Text Example
Text Example
White with #2FE68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE68B; }
p { color: rgb(47,230,139); }
H1.HeaderClassName
{
color: #2FE68B;
}
.AnyTagClassName
{
color: #2FE68B;
}
</style>
background-color css
<style>
a { background-color: #2FE68B; }
a { background-color: rgb(47,230,139); }
div.DivClassName
{
background-color: #2FE68B;
}
.BgClassName
{
background-color: #2FE68B;
}
</style>
border-color css
<style>
span { border-color: #2FE68B; }
span { border-color: rgb(47,230,139); }
td.TdClassName
{
border-color: #2FE68B;
}
.TagClassName
{
border-color: #2FE68B;
}
</style>