Shades of Shamrock #3BF28C
Tints of Shamrock #3BF28C
RGB
CMYK
RGB Variations
Color information
#3BF28C (or 0x3BF28C) is known color: Shamrock. HEX triplet: 3B, F2 and 8C. RGB value is (59,242,140). Sum of RGB (Red+Green+Blue) = 59+242+140=441 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.38% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF28C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF28C is #C40D73. Grayscale: #AFAFAF. Windows color (decimal): -12848500 or 9237051. OLE color: 9237051.
HSL color Cylindrical-coordinate representation of color #3BF28C: hue angle of 146.56º degrees, saturation: 0.88, 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 #3BF28C is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 242 | 140 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.05 |
| HSL | 146.56º | 0.88% | 0.59% | - |
| HSV(B) | 146.56º | 0.76% | 0.95% | - |
| XYZ | 38.29 | 66.33 | 35.6 | - |
| YUV | 175.66 | 107.87 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 242 | 140 | 0.76 | 0 | 0.42 | 0.05 | 146.56 | 0.88 | 0.59 |
| Hex | 3B | F2 | 8C | 4C | 0 | 2A | 5 | 93 | 58 | 3B |
| Octal | 73 | 362 | 214 | 114 | 0 | 52 | 5 | 223 | 130 | 73 |
| Binary | 111011 | 11110010 | 10001100 | 1001100 | 0 | 101010 | 101 | 10010011 | 1011000 | 111011 |
Color Harmonies of #3BF28C
Complementary color
Monochromatic Colors of #3BF28C
Black with #3BF28C
Text Example
Text Example
White with #3BF28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF28C; }
p { color: rgb(59,242,140); }
H1.HeaderClassName
{
color: #3BF28C;
}
.AnyTagClassName
{
color: #3BF28C;
}
</style>
background-color css
<style>
a { background-color: #3BF28C; }
a { background-color: rgb(59,242,140); }
div.DivClassName
{
background-color: #3BF28C;
}
.BgClassName
{
background-color: #3BF28C;
}
</style>
border-color css
<style>
span { border-color: #3BF28C; }
span { border-color: rgb(59,242,140); }
td.TdClassName
{
border-color: #3BF28C;
}
.TagClassName
{
border-color: #3BF28C;
}
</style>