Shades of Screamin' Green #3CF45C
Tints of Screamin' Green #3CF45C
RGB
CMYK
RGB Variations
Color information
#3CF45C (or 0x3CF45C) is known color: Screamin' Green. HEX triplet: 3C, F4 and 5C. RGB value is (60,244,92). Sum of RGB (Red+Green+Blue) = 60+244+92=396 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.15% from 396); Green value is 244 (95.70% from 255 or 61.62% from 396); Blue value is 92 (36.33% from 255 or 23.23% from 396); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF45C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF45C is #C30BA3. Grayscale: #ACACAC. Windows color (decimal): -12782500 or 6091836. OLE color: 6091836.
HSL color Cylindrical-coordinate representation of color #3CF45C: hue angle of 130.43º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF45C is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 244 | 92 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.04 |
| HSL | 130.43º | 0.89% | 0.6% | - |
| HSV(B) | 130.43º | 0.75% | 0.96% | - |
| XYZ | 36.15 | 66.43 | 21.04 | - |
| YUV | 171.66 | 83.04 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 244 | 92 | 0.75 | 0 | 0.62 | 0.04 | 130.43 | 0.89 | 0.6 |
| Hex | 3C | F4 | 5C | 4B | 0 | 3E | 4 | 82 | 59 | 3C |
| Octal | 74 | 364 | 134 | 113 | 0 | 76 | 4 | 202 | 131 | 74 |
| Binary | 111100 | 11110100 | 1011100 | 1001011 | 0 | 111110 | 100 | 10000010 | 1011001 | 111100 |
Color Harmonies of #3CF45C
Complementary color
Monochromatic Colors of #3CF45C
Black with #3CF45C
Text Example
Text Example
White with #3CF45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF45C; }
p { color: rgb(60,244,92); }
H1.HeaderClassName
{
color: #3CF45C;
}
.AnyTagClassName
{
color: #3CF45C;
}
</style>
background-color css
<style>
a { background-color: #3CF45C; }
a { background-color: rgb(60,244,92); }
div.DivClassName
{
background-color: #3CF45C;
}
.BgClassName
{
background-color: #3CF45C;
}
</style>
border-color css
<style>
span { border-color: #3CF45C; }
span { border-color: rgb(60,244,92); }
td.TdClassName
{
border-color: #3CF45C;
}
.TagClassName
{
border-color: #3CF45C;
}
</style>