Shades of Screamin' Green #3CFF6C
Tints of Screamin' Green #3CFF6C
RGB
CMYK
RGB Variations
Color information
#3CFF6C (or 0x3CFF6C) is known color: Screamin' Green. HEX triplet: 3C, FF and 6C. RGB value is (60,255,108). Sum of RGB (Red+Green+Blue) = 60+255+108=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 255 (100% from 255 or 60.28% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFF6C is #C30093. Grayscale: #B4B4B4. Windows color (decimal): -12779668 or 7143228. OLE color: 7143228.
HSL color Cylindrical-coordinate representation of color #3CFF6C: hue angle of 134.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFF6C is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 108 | - |
| CMYK | 0.76 | 0 | 0.58 | 0 |
| HSL | 134.77º | 1% | 0.62% | - |
| HSV(B) | 134.77º | 0.76% | 1% | - |
| XYZ | 40.33 | 73.56 | 26.26 | - |
| YUV | 179.94 | 87.4 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 108 | 0.76 | 0 | 0.58 | 0 | 134.77 | 1 | 0.62 |
| Hex | 3C | FF | 6C | 4C | 0 | 3A | 0 | 87 | 64 | 3E |
| Octal | 74 | 377 | 154 | 114 | 0 | 72 | 0 | 207 | 144 | 76 |
| Binary | 111100 | 11111111 | 1101100 | 1001100 | 0 | 111010 | 0 | 10000111 | 1100100 | 111110 |
Color Harmonies of #3CFF6C
Complementary color
Monochromatic Colors of #3CFF6C
Black with #3CFF6C
Text Example
Text Example
White with #3CFF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF6C; }
p { color: rgb(60,255,108); }
H1.HeaderClassName
{
color: #3CFF6C;
}
.AnyTagClassName
{
color: #3CFF6C;
}
</style>
background-color css
<style>
a { background-color: #3CFF6C; }
a { background-color: rgb(60,255,108); }
div.DivClassName
{
background-color: #3CFF6C;
}
.BgClassName
{
background-color: #3CFF6C;
}
</style>
border-color css
<style>
span { border-color: #3CFF6C; }
span { border-color: rgb(60,255,108); }
td.TdClassName
{
border-color: #3CFF6C;
}
.TagClassName
{
border-color: #3CFF6C;
}
</style>