Shades of Screamin' Green #3CFA4F
Tints of Screamin' Green #3CFA4F
RGB
CMYK
RGB Variations
Color information
#3CFA4F (or 0x3CFA4F) is known color: Screamin' Green. HEX triplet: 3C, FA and 4F. RGB value is (60,250,79). Sum of RGB (Red+Green+Blue) = 60+250+79=389 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.42% from 389); Green value is 250 (98.05% from 255 or 64.27% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFA4F is #C305B0. Grayscale: #AEAEAE. Windows color (decimal): -12780977 or 5241404. OLE color: 5241404.
HSL color Cylindrical-coordinate representation of color #3CFA4F: hue angle of 126º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFA4F is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 79 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.02 |
| HSL | 126º | 0.95% | 0.61% | - |
| HSV(B) | 126º | 0.76% | 0.98% | - |
| XYZ | 37.46 | 69.9 | 18.91 | - |
| YUV | 173.7 | 74.55 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 79 | 0.76 | 0 | 0.68 | 0.02 | 126 | 0.95 | 0.61 |
| Hex | 3C | FA | 4F | 4C | 0 | 44 | 2 | 7E | 5F | 3D |
| Octal | 74 | 372 | 117 | 114 | 0 | 104 | 2 | 176 | 137 | 75 |
| Binary | 111100 | 11111010 | 1001111 | 1001100 | 0 | 1000100 | 10 | 1111110 | 1011111 | 111101 |
Color Harmonies of #3CFA4F
Complementary color
Monochromatic Colors of #3CFA4F
Black with #3CFA4F
Text Example
Text Example
White with #3CFA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA4F; }
p { color: rgb(60,250,79); }
H1.HeaderClassName
{
color: #3CFA4F;
}
.AnyTagClassName
{
color: #3CFA4F;
}
</style>
background-color css
<style>
a { background-color: #3CFA4F; }
a { background-color: rgb(60,250,79); }
div.DivClassName
{
background-color: #3CFA4F;
}
.BgClassName
{
background-color: #3CFA4F;
}
</style>
border-color css
<style>
span { border-color: #3CFA4F; }
span { border-color: rgb(60,250,79); }
td.TdClassName
{
border-color: #3CFA4F;
}
.TagClassName
{
border-color: #3CFA4F;
}
</style>