Shades of Screamin' Green #3CFA6F
Tints of Screamin' Green #3CFA6F
RGB
CMYK
RGB Variations
Color information
#3CFA6F (or 0x3CFA6F) is known color: Screamin' Green. HEX triplet: 3C, FA and 6F. RGB value is (60,250,111). Sum of RGB (Red+Green+Blue) = 60+250+111=421 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.25% from 421); Green value is 250 (98.05% from 255 or 59.38% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFA6F is #C30590. Grayscale: #B1B1B1. Windows color (decimal): -12780945 or 7338556. OLE color: 7338556.
HSL color Cylindrical-coordinate representation of color #3CFA6F: hue angle of 136.11º 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 #3CFA6F is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 111 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.02 |
| HSL | 136.11º | 0.95% | 0.61% | - |
| HSV(B) | 136.11º | 0.76% | 0.98% | - |
| XYZ | 38.92 | 70.48 | 26.59 | - |
| YUV | 177.34 | 90.55 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 111 | 0.76 | 0 | 0.56 | 0.02 | 136.11 | 0.95 | 0.61 |
| Hex | 3C | FA | 6F | 4C | 0 | 38 | 2 | 88 | 5F | 3D |
| Octal | 74 | 372 | 157 | 114 | 0 | 70 | 2 | 210 | 137 | 75 |
| Binary | 111100 | 11111010 | 1101111 | 1001100 | 0 | 111000 | 10 | 10001000 | 1011111 | 111101 |
Color Harmonies of #3CFA6F
Complementary color
Monochromatic Colors of #3CFA6F
Black with #3CFA6F
Text Example
Text Example
White with #3CFA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA6F; }
p { color: rgb(60,250,111); }
H1.HeaderClassName
{
color: #3CFA6F;
}
.AnyTagClassName
{
color: #3CFA6F;
}
</style>
background-color css
<style>
a { background-color: #3CFA6F; }
a { background-color: rgb(60,250,111); }
div.DivClassName
{
background-color: #3CFA6F;
}
.BgClassName
{
background-color: #3CFA6F;
}
</style>
border-color css
<style>
span { border-color: #3CFA6F; }
span { border-color: rgb(60,250,111); }
td.TdClassName
{
border-color: #3CFA6F;
}
.TagClassName
{
border-color: #3CFA6F;
}
</style>