Shades of Shamrock #3CE38B
Tints of Shamrock #3CE38B
RGB
CMYK
RGB Variations
Color information
#3CE38B (or 0x3CE38B) is known color: Shamrock. HEX triplet: 3C, E3 and 8B. RGB value is (60,227,139). Sum of RGB (Red+Green+Blue) = 60+227+139=426 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.08% from 426); Green value is 227 (89.06% from 255 or 53.29% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CE38B is #C31C74. Grayscale: #A7A7A7. Windows color (decimal): -12786805 or 9167676. OLE color: 9167676.
HSL color Cylindrical-coordinate representation of color #3CE38B: hue angle of 148.38º 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 #3CE38B is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 139 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.11 |
| HSL | 148.38º | 0.75% | 0.56% | - |
| HSV(B) | 148.38º | 0.74% | 0.89% | - |
| XYZ | 33.99 | 57.76 | 33.78 | - |
| YUV | 167.04 | 112.17 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 139 | 0.74 | 0 | 0.39 | 0.11 | 148.38 | 0.75 | 0.56 |
| Hex | 3C | E3 | 8B | 4A | 0 | 27 | B | 94 | 4B | 38 |
| Octal | 74 | 343 | 213 | 112 | 0 | 47 | 13 | 224 | 113 | 70 |
| Binary | 111100 | 11100011 | 10001011 | 1001010 | 0 | 100111 | 1011 | 10010100 | 1001011 | 111000 |
Color Harmonies of #3CE38B
Complementary color
Monochromatic Colors of #3CE38B
Black with #3CE38B
Text Example
Text Example
White with #3CE38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE38B; }
p { color: rgb(60,227,139); }
H1.HeaderClassName
{
color: #3CE38B;
}
.AnyTagClassName
{
color: #3CE38B;
}
</style>
background-color css
<style>
a { background-color: #3CE38B; }
a { background-color: rgb(60,227,139); }
div.DivClassName
{
background-color: #3CE38B;
}
.BgClassName
{
background-color: #3CE38B;
}
</style>
border-color css
<style>
span { border-color: #3CE38B; }
span { border-color: rgb(60,227,139); }
td.TdClassName
{
border-color: #3CE38B;
}
.TagClassName
{
border-color: #3CE38B;
}
</style>