Shades of Shamrock #3CE38D
Tints of Shamrock #3CE38D
RGB
CMYK
RGB Variations
Color information
#3CE38D (or 0x3CE38D) is known color: Shamrock. HEX triplet: 3C, E3 and 8D. RGB value is (60,227,141). Sum of RGB (Red+Green+Blue) = 60+227+141=428 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.02% from 428); Green value is 227 (89.06% from 255 or 53.04% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CE38D is #C31C72. Grayscale: #A7A7A7. Windows color (decimal): -12786803 or 9298748. OLE color: 9298748.
HSL color Cylindrical-coordinate representation of color #3CE38D: hue angle of 149.1º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE38D is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 141 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.11 |
| HSL | 149.1º | 0.75% | 0.56% | - |
| HSV(B) | 149.1º | 0.74% | 0.89% | - |
| XYZ | 34.14 | 57.82 | 34.56 | - |
| YUV | 167.26 | 113.17 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 141 | 0.74 | 0 | 0.38 | 0.11 | 149.1 | 0.75 | 0.56 |
| Hex | 3C | E3 | 8D | 4A | 0 | 26 | B | 95 | 4B | 38 |
| Octal | 74 | 343 | 215 | 112 | 0 | 46 | 13 | 225 | 113 | 70 |
| Binary | 111100 | 11100011 | 10001101 | 1001010 | 0 | 100110 | 1011 | 10010101 | 1001011 | 111000 |
Color Harmonies of #3CE38D
Complementary color
Monochromatic Colors of #3CE38D
Black with #3CE38D
Text Example
Text Example
White with #3CE38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE38D; }
p { color: rgb(60,227,141); }
H1.HeaderClassName
{
color: #3CE38D;
}
.AnyTagClassName
{
color: #3CE38D;
}
</style>
background-color css
<style>
a { background-color: #3CE38D; }
a { background-color: rgb(60,227,141); }
div.DivClassName
{
background-color: #3CE38D;
}
.BgClassName
{
background-color: #3CE38D;
}
</style>
border-color css
<style>
span { border-color: #3CE38D; }
span { border-color: rgb(60,227,141); }
td.TdClassName
{
border-color: #3CE38D;
}
.TagClassName
{
border-color: #3CE38D;
}
</style>