Shades of Screamin' Green #3CF25C
Tints of Screamin' Green #3CF25C
RGB
CMYK
RGB Variations
Color information
#3CF25C (or 0x3CF25C) is known color: Screamin' Green. HEX triplet: 3C, F2 and 5C. RGB value is (60,242,92). Sum of RGB (Red+Green+Blue) = 60+242+92=394 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.23% from 394); Green value is 242 (94.92% from 255 or 61.42% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF25C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF25C is #C30DA3. Grayscale: #AAAAAA. Windows color (decimal): -12783012 or 6091324. OLE color: 6091324.
HSL color Cylindrical-coordinate representation of color #3CF25C: hue angle of 130.55º 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 #3CF25C is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 92 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.05 |
| HSL | 130.55º | 0.88% | 0.59% | - |
| HSV(B) | 130.55º | 0.75% | 0.95% | - |
| XYZ | 35.55 | 65.24 | 20.84 | - |
| YUV | 170.48 | 83.7 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 92 | 0.75 | 0 | 0.62 | 0.05 | 130.55 | 0.88 | 0.59 |
| Hex | 3C | F2 | 5C | 4B | 0 | 3E | 5 | 83 | 58 | 3B |
| Octal | 74 | 362 | 134 | 113 | 0 | 76 | 5 | 203 | 130 | 73 |
| Binary | 111100 | 11110010 | 1011100 | 1001011 | 0 | 111110 | 101 | 10000011 | 1011000 | 111011 |
Color Harmonies of #3CF25C
Complementary color
Monochromatic Colors of #3CF25C
Black with #3CF25C
Text Example
Text Example
White with #3CF25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF25C; }
p { color: rgb(60,242,92); }
H1.HeaderClassName
{
color: #3CF25C;
}
.AnyTagClassName
{
color: #3CF25C;
}
</style>
background-color css
<style>
a { background-color: #3CF25C; }
a { background-color: rgb(60,242,92); }
div.DivClassName
{
background-color: #3CF25C;
}
.BgClassName
{
background-color: #3CF25C;
}
</style>
border-color css
<style>
span { border-color: #3CF25C; }
span { border-color: rgb(60,242,92); }
td.TdClassName
{
border-color: #3CF25C;
}
.TagClassName
{
border-color: #3CF25C;
}
</style>