Shades of Screamin' Green #3CFD4D
Tints of Screamin' Green #3CFD4D
RGB
CMYK
RGB Variations
Color information
#3CFD4D (or 0x3CFD4D) is known color: Screamin' Green. HEX triplet: 3C, FD and 4D. RGB value is (60,253,77). Sum of RGB (Red+Green+Blue) = 60+253+77=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 253 (99.22% from 255 or 64.87% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFD4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFD4D is #C302B2. Grayscale: #AFAFAF. Windows color (decimal): -12780211 or 5111100. OLE color: 5111100.
HSL color Cylindrical-coordinate representation of color #3CFD4D: hue angle of 125.28º 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 #3CFD4D is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 253 | 77 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.01 |
| HSL | 125.29º | 0.98% | 0.61% | - |
| HSV(B) | 125.29º | 0.76% | 0.99% | - |
| XYZ | 38.33 | 71.75 | 18.85 | - |
| YUV | 175.23 | 72.56 | 45.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 253 | 77 | 0.76 | 0 | 0.70 | 0.01 | 125.29 | 0.98 | 0.61 |
| Hex | 3C | FD | 4D | 4C | 0 | 46 | 1 | 7D | 62 | 3D |
| Octal | 74 | 375 | 115 | 114 | 0 | 106 | 1 | 175 | 142 | 75 |
| Binary | 111100 | 11111101 | 1001101 | 1001100 | 0 | 1000110 | 1 | 1111101 | 1100010 | 111101 |
Color Harmonies of #3CFD4D
Complementary color
Monochromatic Colors of #3CFD4D
Black with #3CFD4D
Text Example
Text Example
White with #3CFD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFD4D; }
p { color: rgb(60,253,77); }
H1.HeaderClassName
{
color: #3CFD4D;
}
.AnyTagClassName
{
color: #3CFD4D;
}
</style>
background-color css
<style>
a { background-color: #3CFD4D; }
a { background-color: rgb(60,253,77); }
div.DivClassName
{
background-color: #3CFD4D;
}
.BgClassName
{
background-color: #3CFD4D;
}
</style>
border-color css
<style>
span { border-color: #3CFD4D; }
span { border-color: rgb(60,253,77); }
td.TdClassName
{
border-color: #3CFD4D;
}
.TagClassName
{
border-color: #3CFD4D;
}
</style>