Shades of Screamin' Green #3CFC51
Tints of Screamin' Green #3CFC51
RGB
CMYK
RGB Variations
Color information
#3CFC51 (or 0x3CFC51) is known color: Screamin' Green. HEX triplet: 3C, FC and 51. RGB value is (60,252,81). Sum of RGB (Red+Green+Blue) = 60+252+81=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 252 (98.83% from 255 or 64.12% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFC51 is #C303AE. Grayscale: #AFAFAF. Windows color (decimal): -12780463 or 5372988. OLE color: 5372988.
HSL color Cylindrical-coordinate representation of color #3CFC51: hue angle of 126.56º 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 #3CFC51 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 81 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.01 |
| HSL | 126.56º | 0.97% | 0.61% | - |
| HSV(B) | 126.56º | 0.76% | 0.99% | - |
| XYZ | 38.16 | 71.18 | 19.51 | - |
| YUV | 175.1 | 74.89 | 45.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 81 | 0.76 | 0 | 0.68 | 0.01 | 126.56 | 0.97 | 0.61 |
| Hex | 3C | FC | 51 | 4C | 0 | 44 | 1 | 7F | 61 | 3D |
| Octal | 74 | 374 | 121 | 114 | 0 | 104 | 1 | 177 | 141 | 75 |
| Binary | 111100 | 11111100 | 1010001 | 1001100 | 0 | 1000100 | 1 | 1111111 | 1100001 | 111101 |
Color Harmonies of #3CFC51
Complementary color
Monochromatic Colors of #3CFC51
Black with #3CFC51
Text Example
Text Example
White with #3CFC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC51; }
p { color: rgb(60,252,81); }
H1.HeaderClassName
{
color: #3CFC51;
}
.AnyTagClassName
{
color: #3CFC51;
}
</style>
background-color css
<style>
a { background-color: #3CFC51; }
a { background-color: rgb(60,252,81); }
div.DivClassName
{
background-color: #3CFC51;
}
.BgClassName
{
background-color: #3CFC51;
}
</style>
border-color css
<style>
span { border-color: #3CFC51; }
span { border-color: rgb(60,252,81); }
td.TdClassName
{
border-color: #3CFC51;
}
.TagClassName
{
border-color: #3CFC51;
}
</style>