Shades of Screamin' Green #3CFA6C
Tints of Screamin' Green #3CFA6C
RGB
CMYK
RGB Variations
Color information
#3CFA6C (or 0x3CFA6C) is known color: Screamin' Green. HEX triplet: 3C, FA and 6C. RGB value is (60,250,108). Sum of RGB (Red+Green+Blue) = 60+250+108=418 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.35% from 418); Green value is 250 (98.05% from 255 or 59.81% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFA6C is #C30593. Grayscale: #B1B1B1. Windows color (decimal): -12780948 or 7141948. OLE color: 7141948.
HSL color Cylindrical-coordinate representation of color #3CFA6C: hue angle of 135.16º 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 #3CFA6C is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 108 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.02 |
| HSL | 135.16º | 0.95% | 0.61% | - |
| HSV(B) | 135.16º | 0.76% | 0.98% | - |
| XYZ | 38.76 | 70.41 | 25.74 | - |
| YUV | 177 | 89.05 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 108 | 0.76 | 0 | 0.57 | 0.02 | 135.16 | 0.95 | 0.61 |
| Hex | 3C | FA | 6C | 4C | 0 | 39 | 2 | 87 | 5F | 3D |
| Octal | 74 | 372 | 154 | 114 | 0 | 71 | 2 | 207 | 137 | 75 |
| Binary | 111100 | 11111010 | 1101100 | 1001100 | 0 | 111001 | 10 | 10000111 | 1011111 | 111101 |
Color Harmonies of #3CFA6C
Complementary color
Monochromatic Colors of #3CFA6C
Black with #3CFA6C
Text Example
Text Example
White with #3CFA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA6C; }
p { color: rgb(60,250,108); }
H1.HeaderClassName
{
color: #3CFA6C;
}
.AnyTagClassName
{
color: #3CFA6C;
}
</style>
background-color css
<style>
a { background-color: #3CFA6C; }
a { background-color: rgb(60,250,108); }
div.DivClassName
{
background-color: #3CFA6C;
}
.BgClassName
{
background-color: #3CFA6C;
}
</style>
border-color css
<style>
span { border-color: #3CFA6C; }
span { border-color: rgb(60,250,108); }
td.TdClassName
{
border-color: #3CFA6C;
}
.TagClassName
{
border-color: #3CFA6C;
}
</style>