Shades of Shamrock #3EFF8C
Tints of Shamrock #3EFF8C
RGB
CMYK
RGB Variations
Color information
#3EFF8C (or 0x3EFF8C) is known color: Shamrock. HEX triplet: 3E, FF and 8C. RGB value is (62,255,140). Sum of RGB (Red+Green+Blue) = 62+255+140=457 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.57% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFF8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EFF8C is #C10073. Grayscale: #B8B8B8. Windows color (decimal): -12648564 or 9240382. OLE color: 9240382.
HSL color Cylindrical-coordinate representation of color #3EFF8C: hue angle of 144.25º 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 #3EFF8C is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 140 | - |
| CMYK | 0.76 | 0 | 0.45 | 0 |
| HSL | 144.25º | 1% | 0.62% | - |
| HSV(B) | 144.25º | 0.76% | 1% | - |
| XYZ | 42.48 | 74.44 | 36.94 | - |
| YUV | 184.18 | 103.06 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 140 | 0.76 | 0 | 0.45 | 0 | 144.25 | 1 | 0.62 |
| Hex | 3E | FF | 8C | 4C | 0 | 2D | 0 | 90 | 64 | 3E |
| Octal | 76 | 377 | 214 | 114 | 0 | 55 | 0 | 220 | 144 | 76 |
| Binary | 111110 | 11111111 | 10001100 | 1001100 | 0 | 101101 | 0 | 10010000 | 1100100 | 111110 |
Color Harmonies of #3EFF8C
Complementary color
Monochromatic Colors of #3EFF8C
Black with #3EFF8C
Text Example
Text Example
White with #3EFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFF8C; }
p { color: rgb(62,255,140); }
H1.HeaderClassName
{
color: #3EFF8C;
}
.AnyTagClassName
{
color: #3EFF8C;
}
</style>
background-color css
<style>
a { background-color: #3EFF8C; }
a { background-color: rgb(62,255,140); }
div.DivClassName
{
background-color: #3EFF8C;
}
.BgClassName
{
background-color: #3EFF8C;
}
</style>
border-color css
<style>
span { border-color: #3EFF8C; }
span { border-color: rgb(62,255,140); }
td.TdClassName
{
border-color: #3EFF8C;
}
.TagClassName
{
border-color: #3EFF8C;
}
</style>