Shades of Screamin' Green #3CFF51
Tints of Screamin' Green #3CFF51
RGB
CMYK
RGB Variations
Color information
#3CFF51 (or 0x3CFF51) is known color: Screamin' Green. HEX triplet: 3C, FF and 51. RGB value is (60,255,81). Sum of RGB (Red+Green+Blue) = 60+255+81=396 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.15% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFF51 is #C300AE. Grayscale: #B1B1B1. Windows color (decimal): -12779695 or 5373756. OLE color: 5373756.
HSL color Cylindrical-coordinate representation of color #3CFF51: hue angle of 126.46º 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 #3CFF51 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 81 | - |
| CMYK | 0.76 | 0 | 0.68 | 0 |
| HSL | 126.46º | 1% | 0.62% | - |
| HSV(B) | 126.46º | 0.76% | 1% | - |
| XYZ | 39.11 | 73.07 | 19.83 | - |
| YUV | 176.86 | 73.9 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 81 | 0.76 | 0 | 0.68 | 0 | 126.46 | 1 | 0.62 |
| Hex | 3C | FF | 51 | 4C | 0 | 44 | 0 | 7E | 64 | 3E |
| Octal | 74 | 377 | 121 | 114 | 0 | 104 | 0 | 176 | 144 | 76 |
| Binary | 111100 | 11111111 | 1010001 | 1001100 | 0 | 1000100 | 0 | 1111110 | 1100100 | 111110 |
Color Harmonies of #3CFF51
Complementary color
Monochromatic Colors of #3CFF51
Black with #3CFF51
Text Example
Text Example
White with #3CFF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF51; }
p { color: rgb(60,255,81); }
H1.HeaderClassName
{
color: #3CFF51;
}
.AnyTagClassName
{
color: #3CFF51;
}
</style>
background-color css
<style>
a { background-color: #3CFF51; }
a { background-color: rgb(60,255,81); }
div.DivClassName
{
background-color: #3CFF51;
}
.BgClassName
{
background-color: #3CFF51;
}
</style>
border-color css
<style>
span { border-color: #3CFF51; }
span { border-color: rgb(60,255,81); }
td.TdClassName
{
border-color: #3CFF51;
}
.TagClassName
{
border-color: #3CFF51;
}
</style>