Shades of Screamin' Green #3CF05C
Tints of Screamin' Green #3CF05C
RGB
CMYK
RGB Variations
Color information
#3CF05C (or 0x3CF05C) is known color: Screamin' Green. HEX triplet: 3C, F0 and 5C. RGB value is (60,240,92). Sum of RGB (Red+Green+Blue) = 60+240+92=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 240 (94.14% from 255 or 61.22% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF05C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF05C is #C30FA3. Grayscale: #A9A9A9. Windows color (decimal): -12783524 or 6090812. OLE color: 6090812.
HSL color Cylindrical-coordinate representation of color #3CF05C: hue angle of 130.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF05C is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 92 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.06 |
| HSL | 130.67º | 0.86% | 0.59% | - |
| HSV(B) | 130.67º | 0.75% | 0.94% | - |
| XYZ | 34.96 | 64.05 | 20.65 | - |
| YUV | 169.31 | 84.37 | 50.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 92 | 0.75 | 0 | 0.62 | 0.06 | 130.67 | 0.86 | 0.59 |
| Hex | 3C | F0 | 5C | 4B | 0 | 3E | 6 | 83 | 56 | 3B |
| Octal | 74 | 360 | 134 | 113 | 0 | 76 | 6 | 203 | 126 | 73 |
| Binary | 111100 | 11110000 | 1011100 | 1001011 | 0 | 111110 | 110 | 10000011 | 1010110 | 111011 |
Color Harmonies of #3CF05C
Complementary color
Monochromatic Colors of #3CF05C
Black with #3CF05C
Text Example
Text Example
White with #3CF05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF05C; }
p { color: rgb(60,240,92); }
H1.HeaderClassName
{
color: #3CF05C;
}
.AnyTagClassName
{
color: #3CF05C;
}
</style>
background-color css
<style>
a { background-color: #3CF05C; }
a { background-color: rgb(60,240,92); }
div.DivClassName
{
background-color: #3CF05C;
}
.BgClassName
{
background-color: #3CF05C;
}
</style>
border-color css
<style>
span { border-color: #3CF05C; }
span { border-color: rgb(60,240,92); }
td.TdClassName
{
border-color: #3CF05C;
}
.TagClassName
{
border-color: #3CF05C;
}
</style>