Shades of Shamrock #3BFC8D
Tints of Shamrock #3BFC8D
RGB
CMYK
RGB Variations
Color information
#3BFC8D (or 0x3BFC8D) is known color: Shamrock. HEX triplet: 3B, FC and 8D. RGB value is (59,252,141). Sum of RGB (Red+Green+Blue) = 59+252+141=452 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.05% from 452); Green value is 252 (98.83% from 255 or 55.75% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFC8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFC8D is #C40372. Grayscale: #B5B5B5. Windows color (decimal): -12845939 or 9305147. OLE color: 9305147.
HSL color Cylindrical-coordinate representation of color #3BFC8D: hue angle of 145.49º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFC8D is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 252 | 141 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.01 |
| HSL | 145.49º | 0.97% | 0.61% | - |
| HSV(B) | 145.49º | 0.77% | 0.99% | - |
| XYZ | 41.42 | 72.47 | 37 | - |
| YUV | 181.64 | 105.06 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 252 | 141 | 0.77 | 0 | 0.44 | 0.01 | 145.49 | 0.97 | 0.61 |
| Hex | 3B | FC | 8D | 4D | 0 | 2C | 1 | 91 | 61 | 3D |
| Octal | 73 | 374 | 215 | 115 | 0 | 54 | 1 | 221 | 141 | 75 |
| Binary | 111011 | 11111100 | 10001101 | 1001101 | 0 | 101100 | 1 | 10010001 | 1100001 | 111101 |
Color Harmonies of #3BFC8D
Complementary color
Monochromatic Colors of #3BFC8D
Black with #3BFC8D
Text Example
Text Example
White with #3BFC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFC8D; }
p { color: rgb(59,252,141); }
H1.HeaderClassName
{
color: #3BFC8D;
}
.AnyTagClassName
{
color: #3BFC8D;
}
</style>
background-color css
<style>
a { background-color: #3BFC8D; }
a { background-color: rgb(59,252,141); }
div.DivClassName
{
background-color: #3BFC8D;
}
.BgClassName
{
background-color: #3BFC8D;
}
</style>
border-color css
<style>
span { border-color: #3BFC8D; }
span { border-color: rgb(59,252,141); }
td.TdClassName
{
border-color: #3BFC8D;
}
.TagClassName
{
border-color: #3BFC8D;
}
</style>