Shades of Screamin' Green #3CFF5F
Tints of Screamin' Green #3CFF5F
RGB
CMYK
RGB Variations
Color information
#3CFF5F (or 0x3CFF5F) is known color: Screamin' Green. HEX triplet: 3C, FF and 5F. RGB value is (60,255,95). Sum of RGB (Red+Green+Blue) = 60+255+95=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 255 (100% from 255 or 62.20% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFF5F is #C300A0. Grayscale: #B2B2B2. Windows color (decimal): -12779681 or 6291260. OLE color: 6291260.
HSL color Cylindrical-coordinate representation of color #3CFF5F: hue angle of 130.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFF5F is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 95 | - |
| CMYK | 0.76 | 0 | 0.63 | 0 |
| HSL | 130.77º | 1% | 0.62% | - |
| HSV(B) | 130.77º | 0.76% | 1% | - |
| XYZ | 39.69 | 73.31 | 22.88 | - |
| YUV | 178.46 | 80.9 | 43.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 95 | 0.76 | 0 | 0.63 | 0 | 130.77 | 1 | 0.62 |
| Hex | 3C | FF | 5F | 4C | 0 | 3F | 0 | 83 | 64 | 3E |
| Octal | 74 | 377 | 137 | 114 | 0 | 77 | 0 | 203 | 144 | 76 |
| Binary | 111100 | 11111111 | 1011111 | 1001100 | 0 | 111111 | 0 | 10000011 | 1100100 | 111110 |
Color Harmonies of #3CFF5F
Complementary color
Monochromatic Colors of #3CFF5F
Black with #3CFF5F
Text Example
Text Example
White with #3CFF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF5F; }
p { color: rgb(60,255,95); }
H1.HeaderClassName
{
color: #3CFF5F;
}
.AnyTagClassName
{
color: #3CFF5F;
}
</style>
background-color css
<style>
a { background-color: #3CFF5F; }
a { background-color: rgb(60,255,95); }
div.DivClassName
{
background-color: #3CFF5F;
}
.BgClassName
{
background-color: #3CFF5F;
}
</style>
border-color css
<style>
span { border-color: #3CFF5F; }
span { border-color: rgb(60,255,95); }
td.TdClassName
{
border-color: #3CFF5F;
}
.TagClassName
{
border-color: #3CFF5F;
}
</style>