Shades of Screamin' Green #3CF063
Tints of Screamin' Green #3CF063
RGB
CMYK
RGB Variations
Color information
#3CF063 (or 0x3CF063) is known color: Screamin' Green. HEX triplet: 3C, F0 and 63. RGB value is (60,240,99). Sum of RGB (Red+Green+Blue) = 60+240+99=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 240 (94.14% from 255 or 60.15% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF063 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF063 is #C30F9C. Grayscale: #AAAAAA. Windows color (decimal): -12783517 or 6549564. OLE color: 6549564.
HSL color Cylindrical-coordinate representation of color #3CF063: hue angle of 133º 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 #3CF063 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 99 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.06 |
| HSL | 133º | 0.86% | 0.59% | - |
| HSV(B) | 133º | 0.75% | 0.94% | - |
| XYZ | 35.28 | 64.18 | 22.33 | - |
| YUV | 170.11 | 87.87 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 99 | 0.75 | 0 | 0.59 | 0.06 | 133 | 0.86 | 0.59 |
| Hex | 3C | F0 | 63 | 4B | 0 | 3B | 6 | 85 | 56 | 3B |
| Octal | 74 | 360 | 143 | 113 | 0 | 73 | 6 | 205 | 126 | 73 |
| Binary | 111100 | 11110000 | 1100011 | 1001011 | 0 | 111011 | 110 | 10000101 | 1010110 | 111011 |
Color Harmonies of #3CF063
Complementary color
Monochromatic Colors of #3CF063
Black with #3CF063
Text Example
Text Example
White with #3CF063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF063; }
p { color: rgb(60,240,99); }
H1.HeaderClassName
{
color: #3CF063;
}
.AnyTagClassName
{
color: #3CF063;
}
</style>
background-color css
<style>
a { background-color: #3CF063; }
a { background-color: rgb(60,240,99); }
div.DivClassName
{
background-color: #3CF063;
}
.BgClassName
{
background-color: #3CF063;
}
</style>
border-color css
<style>
span { border-color: #3CF063; }
span { border-color: rgb(60,240,99); }
td.TdClassName
{
border-color: #3CF063;
}
.TagClassName
{
border-color: #3CF063;
}
</style>