Shades of Shamrock #3BF18C
Tints of Shamrock #3BF18C
RGB
CMYK
RGB Variations
Color information
#3BF18C (or 0x3BF18C) is known color: Shamrock. HEX triplet: 3B, F1 and 8C. RGB value is (59,241,140). Sum of RGB (Red+Green+Blue) = 59+241+140=440 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.41% from 440); Green value is 241 (94.53% from 255 or 54.77% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF18C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF18C is #C40E73. Grayscale: #AFAFAF. Windows color (decimal): -12848756 or 9236795. OLE color: 9236795.
HSL color Cylindrical-coordinate representation of color #3BF18C: hue angle of 146.7º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF18C is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 241 | 140 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.05 |
| HSL | 146.7º | 0.87% | 0.59% | - |
| HSV(B) | 146.7º | 0.76% | 0.95% | - |
| XYZ | 37.99 | 65.73 | 35.5 | - |
| YUV | 175.07 | 108.2 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 241 | 140 | 0.76 | 0 | 0.42 | 0.05 | 146.7 | 0.87 | 0.59 |
| Hex | 3B | F1 | 8C | 4C | 0 | 2A | 5 | 93 | 57 | 3B |
| Octal | 73 | 361 | 214 | 114 | 0 | 52 | 5 | 223 | 127 | 73 |
| Binary | 111011 | 11110001 | 10001100 | 1001100 | 0 | 101010 | 101 | 10010011 | 1010111 | 111011 |
Color Harmonies of #3BF18C
Complementary color
Monochromatic Colors of #3BF18C
Black with #3BF18C
Text Example
Text Example
White with #3BF18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF18C; }
p { color: rgb(59,241,140); }
H1.HeaderClassName
{
color: #3BF18C;
}
.AnyTagClassName
{
color: #3BF18C;
}
</style>
background-color css
<style>
a { background-color: #3BF18C; }
a { background-color: rgb(59,241,140); }
div.DivClassName
{
background-color: #3BF18C;
}
.BgClassName
{
background-color: #3BF18C;
}
</style>
border-color css
<style>
span { border-color: #3BF18C; }
span { border-color: rgb(59,241,140); }
td.TdClassName
{
border-color: #3BF18C;
}
.TagClassName
{
border-color: #3BF18C;
}
</style>