Shades of Screamin' Green #3CFA71
Tints of Screamin' Green #3CFA71
RGB
CMYK
RGB Variations
Color information
#3CFA71 (or 0x3CFA71) is known color: Screamin' Green. HEX triplet: 3C, FA and 71. RGB value is (60,250,113). Sum of RGB (Red+Green+Blue) = 60+250+113=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 250 (98.05% from 255 or 59.10% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFA71 is #C3058E. Grayscale: #B1B1B1. Windows color (decimal): -12780943 or 7469628. OLE color: 7469628.
HSL color Cylindrical-coordinate representation of color #3CFA71: hue angle of 136.74º 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 #3CFA71 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 113 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.02 |
| HSL | 136.74º | 0.95% | 0.61% | - |
| HSV(B) | 136.74º | 0.76% | 0.98% | - |
| XYZ | 39.03 | 70.52 | 27.18 | - |
| YUV | 177.57 | 91.55 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 113 | 0.76 | 0 | 0.55 | 0.02 | 136.74 | 0.95 | 0.61 |
| Hex | 3C | FA | 71 | 4C | 0 | 37 | 2 | 89 | 5F | 3D |
| Octal | 74 | 372 | 161 | 114 | 0 | 67 | 2 | 211 | 137 | 75 |
| Binary | 111100 | 11111010 | 1110001 | 1001100 | 0 | 110111 | 10 | 10001001 | 1011111 | 111101 |
Color Harmonies of #3CFA71
Complementary color
Monochromatic Colors of #3CFA71
Black with #3CFA71
Text Example
Text Example
White with #3CFA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA71; }
p { color: rgb(60,250,113); }
H1.HeaderClassName
{
color: #3CFA71;
}
.AnyTagClassName
{
color: #3CFA71;
}
</style>
background-color css
<style>
a { background-color: #3CFA71; }
a { background-color: rgb(60,250,113); }
div.DivClassName
{
background-color: #3CFA71;
}
.BgClassName
{
background-color: #3CFA71;
}
</style>
border-color css
<style>
span { border-color: #3CFA71; }
span { border-color: rgb(60,250,113); }
td.TdClassName
{
border-color: #3CFA71;
}
.TagClassName
{
border-color: #3CFA71;
}
</style>