Shades of Shamrock #3FE288
Tints of Shamrock #3FE288
RGB
CMYK
RGB Variations
Color information
#3FE288 (or 0x3FE288) is known color: Shamrock. HEX triplet: 3F, E2 and 88. RGB value is (63,226,136). Sum of RGB (Red+Green+Blue) = 63+226+136=425 (56% of max value = 765). Red value is 63 (25% from 255 or 14.82% from 425); Green value is 226 (88.67% from 255 or 53.18% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 226 - color contains mainly: green. Hex color #3FE288 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FE288 is #C01D77. Grayscale: #A7A7A7. Windows color (decimal): -12590456 or 8970815. OLE color: 8970815.
HSL color Cylindrical-coordinate representation of color #3FE288: hue angle of 146.87º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE288 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 226 | 136 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.11 |
| HSL | 146.87º | 0.74% | 0.57% | - |
| HSV(B) | 146.87º | 0.72% | 0.89% | - |
| XYZ | 33.69 | 57.23 | 32.56 | - |
| YUV | 167 | 110.5 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 226 | 136 | 0.72 | 0 | 0.40 | 0.11 | 146.87 | 0.74 | 0.57 |
| Hex | 3F | E2 | 88 | 48 | 0 | 28 | B | 93 | 4A | 39 |
| Octal | 77 | 342 | 210 | 110 | 0 | 50 | 13 | 223 | 112 | 71 |
| Binary | 111111 | 11100010 | 10001000 | 1001000 | 0 | 101000 | 1011 | 10010011 | 1001010 | 111001 |
Color Harmonies of #3FE288
Complementary color
Monochromatic Colors of #3FE288
Black with #3FE288
Text Example
Text Example
White with #3FE288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE288; }
p { color: rgb(63,226,136); }
H1.HeaderClassName
{
color: #3FE288;
}
.AnyTagClassName
{
color: #3FE288;
}
</style>
background-color css
<style>
a { background-color: #3FE288; }
a { background-color: rgb(63,226,136); }
div.DivClassName
{
background-color: #3FE288;
}
.BgClassName
{
background-color: #3FE288;
}
</style>
border-color css
<style>
span { border-color: #3FE288; }
span { border-color: rgb(63,226,136); }
td.TdClassName
{
border-color: #3FE288;
}
.TagClassName
{
border-color: #3FE288;
}
</style>