Shades of Screamin' Green #3CFD4E
Tints of Screamin' Green #3CFD4E
RGB
CMYK
RGB Variations
Color information
#3CFD4E (or 0x3CFD4E) is known color: Screamin' Green. HEX triplet: 3C, FD and 4E. RGB value is (60,253,78). Sum of RGB (Red+Green+Blue) = 60+253+78=391 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.35% from 391); Green value is 253 (99.22% from 255 or 64.71% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFD4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFD4E is #C302B1. Grayscale: #AFAFAF. Windows color (decimal): -12780210 or 5176636. OLE color: 5176636.
HSL color Cylindrical-coordinate representation of color #3CFD4E: hue angle of 125.6º degrees, saturation: 0.98, 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 #3CFD4E is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 253 | 78 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.01 |
| HSL | 125.6º | 0.98% | 0.61% | - |
| HSV(B) | 125.6º | 0.76% | 0.99% | - |
| XYZ | 38.36 | 71.76 | 19.04 | - |
| YUV | 175.34 | 73.06 | 45.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 253 | 78 | 0.76 | 0 | 0.69 | 0.01 | 125.6 | 0.98 | 0.61 |
| Hex | 3C | FD | 4E | 4C | 0 | 45 | 1 | 7E | 62 | 3D |
| Octal | 74 | 375 | 116 | 114 | 0 | 105 | 1 | 176 | 142 | 75 |
| Binary | 111100 | 11111101 | 1001110 | 1001100 | 0 | 1000101 | 1 | 1111110 | 1100010 | 111101 |
Color Harmonies of #3CFD4E
Complementary color
Monochromatic Colors of #3CFD4E
Black with #3CFD4E
Text Example
Text Example
White with #3CFD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFD4E; }
p { color: rgb(60,253,78); }
H1.HeaderClassName
{
color: #3CFD4E;
}
.AnyTagClassName
{
color: #3CFD4E;
}
</style>
background-color css
<style>
a { background-color: #3CFD4E; }
a { background-color: rgb(60,253,78); }
div.DivClassName
{
background-color: #3CFD4E;
}
.BgClassName
{
background-color: #3CFD4E;
}
</style>
border-color css
<style>
span { border-color: #3CFD4E; }
span { border-color: rgb(60,253,78); }
td.TdClassName
{
border-color: #3CFD4E;
}
.TagClassName
{
border-color: #3CFD4E;
}
</style>