Shades of Screamin' Green #3CF45E
Tints of Screamin' Green #3CF45E
RGB
CMYK
RGB Variations
Color information
#3CF45E (or 0x3CF45E) is known color: Screamin' Green. HEX triplet: 3C, F4 and 5E. RGB value is (60,244,94). Sum of RGB (Red+Green+Blue) = 60+244+94=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 244 (95.70% from 255 or 61.31% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF45E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF45E is #C30BA1. Grayscale: #ACACAC. Windows color (decimal): -12782498 or 6222908. OLE color: 6222908.
HSL color Cylindrical-coordinate representation of color #3CF45E: hue angle of 131.09º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF45E is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 244 | 94 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.04 |
| HSL | 131.09º | 0.89% | 0.6% | - |
| HSV(B) | 131.09º | 0.75% | 0.96% | - |
| XYZ | 36.23 | 66.47 | 21.51 | - |
| YUV | 171.88 | 84.04 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 244 | 94 | 0.75 | 0 | 0.61 | 0.04 | 131.09 | 0.89 | 0.6 |
| Hex | 3C | F4 | 5E | 4B | 0 | 3D | 4 | 83 | 59 | 3C |
| Octal | 74 | 364 | 136 | 113 | 0 | 75 | 4 | 203 | 131 | 74 |
| Binary | 111100 | 11110100 | 1011110 | 1001011 | 0 | 111101 | 100 | 10000011 | 1011001 | 111100 |
Color Harmonies of #3CF45E
Complementary color
Monochromatic Colors of #3CF45E
Black with #3CF45E
Text Example
Text Example
White with #3CF45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF45E; }
p { color: rgb(60,244,94); }
H1.HeaderClassName
{
color: #3CF45E;
}
.AnyTagClassName
{
color: #3CF45E;
}
</style>
background-color css
<style>
a { background-color: #3CF45E; }
a { background-color: rgb(60,244,94); }
div.DivClassName
{
background-color: #3CF45E;
}
.BgClassName
{
background-color: #3CF45E;
}
</style>
border-color css
<style>
span { border-color: #3CF45E; }
span { border-color: rgb(60,244,94); }
td.TdClassName
{
border-color: #3CF45E;
}
.TagClassName
{
border-color: #3CF45E;
}
</style>