Shades of Shamrock #3EFF95
Tints of Shamrock #3EFF95
RGB
CMYK
RGB Variations
Color information
#3EFF95 (or 0x3EFF95) is known color: Shamrock. HEX triplet: 3E, FF and 95. RGB value is (62,255,149). Sum of RGB (Red+Green+Blue) = 62+255+149=466 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.30% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFF95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EFF95 is #C1006A. Grayscale: #B9B9B9. Windows color (decimal): -12648555 or 9830206. OLE color: 9830206.
HSL color Cylindrical-coordinate representation of color #3EFF95: hue angle of 147.05º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFF95 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 149 | - |
| CMYK | 0.76 | 0 | 0.42 | 0 |
| HSL | 147.05º | 1% | 0.62% | - |
| HSV(B) | 147.05º | 0.76% | 1% | - |
| XYZ | 43.17 | 74.71 | 40.58 | - |
| YUV | 185.21 | 107.56 | 40.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 149 | 0.76 | 0 | 0.42 | 0 | 147.05 | 1 | 0.62 |
| Hex | 3E | FF | 95 | 4C | 0 | 2A | 0 | 93 | 64 | 3E |
| Octal | 76 | 377 | 225 | 114 | 0 | 52 | 0 | 223 | 144 | 76 |
| Binary | 111110 | 11111111 | 10010101 | 1001100 | 0 | 101010 | 0 | 10010011 | 1100100 | 111110 |
Color Harmonies of #3EFF95
Complementary color
Monochromatic Colors of #3EFF95
Black with #3EFF95
Text Example
Text Example
White with #3EFF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFF95; }
p { color: rgb(62,255,149); }
H1.HeaderClassName
{
color: #3EFF95;
}
.AnyTagClassName
{
color: #3EFF95;
}
</style>
background-color css
<style>
a { background-color: #3EFF95; }
a { background-color: rgb(62,255,149); }
div.DivClassName
{
background-color: #3EFF95;
}
.BgClassName
{
background-color: #3EFF95;
}
</style>
border-color css
<style>
span { border-color: #3EFF95; }
span { border-color: rgb(62,255,149); }
td.TdClassName
{
border-color: #3EFF95;
}
.TagClassName
{
border-color: #3EFF95;
}
</style>