Shades of Screamin' Green #3CFC4E
Tints of Screamin' Green #3CFC4E
RGB
CMYK
RGB Variations
Color information
#3CFC4E (or 0x3CFC4E) is known color: Screamin' Green. HEX triplet: 3C, FC and 4E. RGB value is (60,252,78). Sum of RGB (Red+Green+Blue) = 60+252+78=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 252 (98.83% from 255 or 64.62% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFC4E is #C303B1. Grayscale: #AFAFAF. Windows color (decimal): -12780466 or 5176380. OLE color: 5176380.
HSL color Cylindrical-coordinate representation of color #3CFC4E: hue angle of 125.62º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFC4E is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 78 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.01 |
| HSL | 125.63º | 0.97% | 0.61% | - |
| HSV(B) | 125.63º | 0.76% | 0.99% | - |
| XYZ | 38.05 | 71.13 | 18.93 | - |
| YUV | 174.76 | 73.39 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 78 | 0.76 | 0 | 0.69 | 0.01 | 125.63 | 0.97 | 0.61 |
| Hex | 3C | FC | 4E | 4C | 0 | 45 | 1 | 7E | 61 | 3D |
| Octal | 74 | 374 | 116 | 114 | 0 | 105 | 1 | 176 | 141 | 75 |
| Binary | 111100 | 11111100 | 1001110 | 1001100 | 0 | 1000101 | 1 | 1111110 | 1100001 | 111101 |
Color Harmonies of #3CFC4E
Complementary color
Monochromatic Colors of #3CFC4E
Black with #3CFC4E
Text Example
Text Example
White with #3CFC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC4E; }
p { color: rgb(60,252,78); }
H1.HeaderClassName
{
color: #3CFC4E;
}
.AnyTagClassName
{
color: #3CFC4E;
}
</style>
background-color css
<style>
a { background-color: #3CFC4E; }
a { background-color: rgb(60,252,78); }
div.DivClassName
{
background-color: #3CFC4E;
}
.BgClassName
{
background-color: #3CFC4E;
}
</style>
border-color css
<style>
span { border-color: #3CFC4E; }
span { border-color: rgb(60,252,78); }
td.TdClassName
{
border-color: #3CFC4E;
}
.TagClassName
{
border-color: #3CFC4E;
}
</style>