Shades of Screamin' Green #3CFC55
Tints of Screamin' Green #3CFC55
RGB
CMYK
RGB Variations
Color information
#3CFC55 (or 0x3CFC55) is known color: Screamin' Green. HEX triplet: 3C, FC and 55. RGB value is (60,252,85). Sum of RGB (Red+Green+Blue) = 60+252+85=397 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.11% from 397); Green value is 252 (98.83% from 255 or 63.48% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFC55 is #C303AA. Grayscale: #B0B0B0. Windows color (decimal): -12780459 or 5635132. OLE color: 5635132.
HSL color Cylindrical-coordinate representation of color #3CFC55: hue angle of 127.81º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFC55 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 85 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.01 |
| HSL | 127.81º | 0.97% | 0.61% | - |
| HSV(B) | 127.81º | 0.76% | 0.99% | - |
| XYZ | 38.31 | 71.24 | 20.33 | - |
| YUV | 175.55 | 76.89 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 85 | 0.76 | 0 | 0.66 | 0.01 | 127.81 | 0.97 | 0.61 |
| Hex | 3C | FC | 55 | 4C | 0 | 42 | 1 | 80 | 61 | 3D |
| Octal | 74 | 374 | 125 | 114 | 0 | 102 | 1 | 200 | 141 | 75 |
| Binary | 111100 | 11111100 | 1010101 | 1001100 | 0 | 1000010 | 1 | 10000000 | 1100001 | 111101 |
Color Harmonies of #3CFC55
Complementary color
Monochromatic Colors of #3CFC55
Black with #3CFC55
Text Example
Text Example
White with #3CFC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC55; }
p { color: rgb(60,252,85); }
H1.HeaderClassName
{
color: #3CFC55;
}
.AnyTagClassName
{
color: #3CFC55;
}
</style>
background-color css
<style>
a { background-color: #3CFC55; }
a { background-color: rgb(60,252,85); }
div.DivClassName
{
background-color: #3CFC55;
}
.BgClassName
{
background-color: #3CFC55;
}
</style>
border-color css
<style>
span { border-color: #3CFC55; }
span { border-color: rgb(60,252,85); }
td.TdClassName
{
border-color: #3CFC55;
}
.TagClassName
{
border-color: #3CFC55;
}
</style>