Shades of Shamrock #3FF18A
Tints of Shamrock #3FF18A
RGB
CMYK
RGB Variations
Color information
#3FF18A (or 0x3FF18A) is known color: Shamrock. HEX triplet: 3F, F1 and 8A. RGB value is (63,241,138). Sum of RGB (Red+Green+Blue) = 63+241+138=442 (58% of max value = 765). Red value is 63 (25% from 255 or 14.25% from 442); Green value is 241 (94.53% from 255 or 54.52% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF18A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF18A is #C00E75. Grayscale: #B0B0B0. Windows color (decimal): -12586614 or 9105727. OLE color: 9105727.
HSL color Cylindrical-coordinate representation of color #3FF18A: hue angle of 145.28º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF18A is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 241 | 138 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.05 |
| HSL | 145.28º | 0.86% | 0.6% | - |
| HSV(B) | 145.28º | 0.74% | 0.95% | - |
| XYZ | 38.09 | 65.8 | 34.74 | - |
| YUV | 176.04 | 106.53 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 241 | 138 | 0.74 | 0 | 0.43 | 0.05 | 145.28 | 0.86 | 0.6 |
| Hex | 3F | F1 | 8A | 4A | 0 | 2B | 5 | 91 | 56 | 3C |
| Octal | 77 | 361 | 212 | 112 | 0 | 53 | 5 | 221 | 126 | 74 |
| Binary | 111111 | 11110001 | 10001010 | 1001010 | 0 | 101011 | 101 | 10010001 | 1010110 | 111100 |
Color Harmonies of #3FF18A
Complementary color
Monochromatic Colors of #3FF18A
Black with #3FF18A
Text Example
Text Example
White with #3FF18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF18A; }
p { color: rgb(63,241,138); }
H1.HeaderClassName
{
color: #3FF18A;
}
.AnyTagClassName
{
color: #3FF18A;
}
</style>
background-color css
<style>
a { background-color: #3FF18A; }
a { background-color: rgb(63,241,138); }
div.DivClassName
{
background-color: #3FF18A;
}
.BgClassName
{
background-color: #3FF18A;
}
</style>
border-color css
<style>
span { border-color: #3FF18A; }
span { border-color: rgb(63,241,138); }
td.TdClassName
{
border-color: #3FF18A;
}
.TagClassName
{
border-color: #3FF18A;
}
</style>