Shades of Screamin' Green #3CFF4E
Tints of Screamin' Green #3CFF4E
RGB
CMYK
RGB Variations
Color information
#3CFF4E (or 0x3CFF4E) is known color: Screamin' Green. HEX triplet: 3C, FF and 4E. RGB value is (60,255,78). Sum of RGB (Red+Green+Blue) = 60+255+78=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 255 (100% from 255 or 64.89% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFF4E is #C300B1. Grayscale: #B1B1B1. Windows color (decimal): -12779698 or 5177148. OLE color: 5177148.
HSL color Cylindrical-coordinate representation of color #3CFF4E: hue angle of 125.54º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFF4E is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 78 | - |
| CMYK | 0.76 | 0 | 0.69 | 0 |
| HSL | 125.54º | 1% | 0.62% | - |
| HSV(B) | 125.54º | 0.76% | 1% | - |
| XYZ | 39 | 73.03 | 19.25 | - |
| YUV | 176.52 | 72.4 | 44.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 78 | 0.76 | 0 | 0.69 | 0 | 125.54 | 1 | 0.62 |
| Hex | 3C | FF | 4E | 4C | 0 | 45 | 0 | 7E | 64 | 3E |
| Octal | 74 | 377 | 116 | 114 | 0 | 105 | 0 | 176 | 144 | 76 |
| Binary | 111100 | 11111111 | 1001110 | 1001100 | 0 | 1000101 | 0 | 1111110 | 1100100 | 111110 |
Color Harmonies of #3CFF4E
Complementary color
Monochromatic Colors of #3CFF4E
Black with #3CFF4E
Text Example
Text Example
White with #3CFF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF4E; }
p { color: rgb(60,255,78); }
H1.HeaderClassName
{
color: #3CFF4E;
}
.AnyTagClassName
{
color: #3CFF4E;
}
</style>
background-color css
<style>
a { background-color: #3CFF4E; }
a { background-color: rgb(60,255,78); }
div.DivClassName
{
background-color: #3CFF4E;
}
.BgClassName
{
background-color: #3CFF4E;
}
</style>
border-color css
<style>
span { border-color: #3CFF4E; }
span { border-color: rgb(60,255,78); }
td.TdClassName
{
border-color: #3CFF4E;
}
.TagClassName
{
border-color: #3CFF4E;
}
</style>