Shades of Screamin' Green #3CFD49
Tints of Screamin' Green #3CFD49
RGB
CMYK
RGB Variations
Color information
#3CFD49 (or 0x3CFD49) is known color: Screamin' Green. HEX triplet: 3C, FD and 49. RGB value is (60,253,73). Sum of RGB (Red+Green+Blue) = 60+253+73=386 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.54% from 386); Green value is 253 (99.22% from 255 or 65.54% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFD49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFD49 is #C302B6. Grayscale: #AFAFAF. Windows color (decimal): -12780215 or 4848956. OLE color: 4848956.
HSL color Cylindrical-coordinate representation of color #3CFD49: hue angle of 124.04º 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 #3CFD49 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 253 | 73 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.01 |
| HSL | 124.04º | 0.98% | 0.61% | - |
| HSV(B) | 124.04º | 0.76% | 0.99% | - |
| XYZ | 38.19 | 71.69 | 18.13 | - |
| YUV | 174.77 | 70.56 | 46.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 253 | 73 | 0.76 | 0 | 0.71 | 0.01 | 124.04 | 0.98 | 0.61 |
| Hex | 3C | FD | 49 | 4C | 0 | 47 | 1 | 7C | 62 | 3D |
| Octal | 74 | 375 | 111 | 114 | 0 | 107 | 1 | 174 | 142 | 75 |
| Binary | 111100 | 11111101 | 1001001 | 1001100 | 0 | 1000111 | 1 | 1111100 | 1100010 | 111101 |
Color Harmonies of #3CFD49
Complementary color
Monochromatic Colors of #3CFD49
Black with #3CFD49
Text Example
Text Example
White with #3CFD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFD49; }
p { color: rgb(60,253,73); }
H1.HeaderClassName
{
color: #3CFD49;
}
.AnyTagClassName
{
color: #3CFD49;
}
</style>
background-color css
<style>
a { background-color: #3CFD49; }
a { background-color: rgb(60,253,73); }
div.DivClassName
{
background-color: #3CFD49;
}
.BgClassName
{
background-color: #3CFD49;
}
</style>
border-color css
<style>
span { border-color: #3CFD49; }
span { border-color: rgb(60,253,73); }
td.TdClassName
{
border-color: #3CFD49;
}
.TagClassName
{
border-color: #3CFD49;
}
</style>