Shades of Screamin' Green #3CF354
Tints of Screamin' Green #3CF354
RGB
CMYK
RGB Variations
Color information
#3CF354 (or 0x3CF354) is known color: Screamin' Green. HEX triplet: 3C, F3 and 54. RGB value is (60,243,84). Sum of RGB (Red+Green+Blue) = 60+243+84=387 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.50% from 387); Green value is 243 (95.31% from 255 or 62.79% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF354 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF354 is #C30CAB. Grayscale: #AAAAAA. Windows color (decimal): -12782764 or 5567292. OLE color: 5567292.
HSL color Cylindrical-coordinate representation of color #3CF354: hue angle of 127.87º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF354 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 84 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.05 |
| HSL | 127.87º | 0.88% | 0.59% | - |
| HSV(B) | 127.87º | 0.75% | 0.95% | - |
| XYZ | 35.51 | 65.7 | 19.2 | - |
| YUV | 170.16 | 79.37 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 84 | 0.75 | 0 | 0.65 | 0.05 | 127.87 | 0.88 | 0.59 |
| Hex | 3C | F3 | 54 | 4B | 0 | 41 | 5 | 80 | 58 | 3B |
| Octal | 74 | 363 | 124 | 113 | 0 | 101 | 5 | 200 | 130 | 73 |
| Binary | 111100 | 11110011 | 1010100 | 1001011 | 0 | 1000001 | 101 | 10000000 | 1011000 | 111011 |
Color Harmonies of #3CF354
Complementary color
Monochromatic Colors of #3CF354
Black with #3CF354
Text Example
Text Example
White with #3CF354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF354; }
p { color: rgb(60,243,84); }
H1.HeaderClassName
{
color: #3CF354;
}
.AnyTagClassName
{
color: #3CF354;
}
</style>
background-color css
<style>
a { background-color: #3CF354; }
a { background-color: rgb(60,243,84); }
div.DivClassName
{
background-color: #3CF354;
}
.BgClassName
{
background-color: #3CF354;
}
</style>
border-color css
<style>
span { border-color: #3CF354; }
span { border-color: rgb(60,243,84); }
td.TdClassName
{
border-color: #3CF354;
}
.TagClassName
{
border-color: #3CF354;
}
</style>