Shades of Screamin' Green #3CF054
Tints of Screamin' Green #3CF054
RGB
CMYK
RGB Variations
Color information
#3CF054 (or 0x3CF054) is known color: Screamin' Green. HEX triplet: 3C, F0 and 54. RGB value is (60,240,84). Sum of RGB (Red+Green+Blue) = 60+240+84=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 240 (94.14% from 255 or 62.5% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF054 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF054 is #C30FAB. Grayscale: #A8A8A8. Windows color (decimal): -12783532 or 5566524. OLE color: 5566524.
HSL color Cylindrical-coordinate representation of color #3CF054: hue angle of 128º 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 #3CF054 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 84 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.06 |
| HSL | 128º | 0.86% | 0.59% | - |
| HSV(B) | 128º | 0.75% | 0.94% | - |
| XYZ | 34.62 | 63.92 | 18.9 | - |
| YUV | 168.4 | 80.37 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 84 | 0.75 | 0 | 0.65 | 0.06 | 128 | 0.86 | 0.59 |
| Hex | 3C | F0 | 54 | 4B | 0 | 41 | 6 | 80 | 56 | 3B |
| Octal | 74 | 360 | 124 | 113 | 0 | 101 | 6 | 200 | 126 | 73 |
| Binary | 111100 | 11110000 | 1010100 | 1001011 | 0 | 1000001 | 110 | 10000000 | 1010110 | 111011 |
Color Harmonies of #3CF054
Complementary color
Monochromatic Colors of #3CF054
Black with #3CF054
Text Example
Text Example
White with #3CF054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF054; }
p { color: rgb(60,240,84); }
H1.HeaderClassName
{
color: #3CF054;
}
.AnyTagClassName
{
color: #3CF054;
}
</style>
background-color css
<style>
a { background-color: #3CF054; }
a { background-color: rgb(60,240,84); }
div.DivClassName
{
background-color: #3CF054;
}
.BgClassName
{
background-color: #3CF054;
}
</style>
border-color css
<style>
span { border-color: #3CF054; }
span { border-color: rgb(60,240,84); }
td.TdClassName
{
border-color: #3CF054;
}
.TagClassName
{
border-color: #3CF054;
}
</style>