Shades of Screamin' Green #3CFA4E
Tints of Screamin' Green #3CFA4E
RGB
CMYK
RGB Variations
Color information
#3CFA4E (or 0x3CFA4E) is known color: Screamin' Green. HEX triplet: 3C, FA and 4E. RGB value is (60,250,78). Sum of RGB (Red+Green+Blue) = 60+250+78=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 250 (98.05% from 255 or 64.43% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFA4E is #C305B1. Grayscale: #AEAEAE. Windows color (decimal): -12780978 or 5175868. OLE color: 5175868.
HSL color Cylindrical-coordinate representation of color #3CFA4E: hue angle of 125.68º 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 #3CFA4E is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 78 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.02 |
| HSL | 125.68º | 0.95% | 0.61% | - |
| HSV(B) | 125.68º | 0.76% | 0.98% | - |
| XYZ | 37.42 | 69.88 | 18.72 | - |
| YUV | 173.58 | 74.05 | 46.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 78 | 0.76 | 0 | 0.69 | 0.02 | 125.68 | 0.95 | 0.61 |
| Hex | 3C | FA | 4E | 4C | 0 | 45 | 2 | 7E | 5F | 3D |
| Octal | 74 | 372 | 116 | 114 | 0 | 105 | 2 | 176 | 137 | 75 |
| Binary | 111100 | 11111010 | 1001110 | 1001100 | 0 | 1000101 | 10 | 1111110 | 1011111 | 111101 |
Color Harmonies of #3CFA4E
Complementary color
Monochromatic Colors of #3CFA4E
Black with #3CFA4E
Text Example
Text Example
White with #3CFA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA4E; }
p { color: rgb(60,250,78); }
H1.HeaderClassName
{
color: #3CFA4E;
}
.AnyTagClassName
{
color: #3CFA4E;
}
</style>
background-color css
<style>
a { background-color: #3CFA4E; }
a { background-color: rgb(60,250,78); }
div.DivClassName
{
background-color: #3CFA4E;
}
.BgClassName
{
background-color: #3CFA4E;
}
</style>
border-color css
<style>
span { border-color: #3CFA4E; }
span { border-color: rgb(60,250,78); }
td.TdClassName
{
border-color: #3CFA4E;
}
.TagClassName
{
border-color: #3CFA4E;
}
</style>