Shades of Screamin' Green #3CFF82
Tints of Screamin' Green #3CFF82
RGB
CMYK
RGB Variations
Color information
#3CFF82 (or 0x3CFF82) is known color: Screamin' Green. HEX triplet: 3C, FF and 82. RGB value is (60,255,130). Sum of RGB (Red+Green+Blue) = 60+255+130=445 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.48% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFF82 is #C3007D. Grayscale: #B6B6B6. Windows color (decimal): -12779646 or 8585020. OLE color: 8585020.
HSL color Cylindrical-coordinate representation of color #3CFF82: hue angle of 141.54º 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 #3CFF82 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 130 | - |
| CMYK | 0.76 | 0 | 0.49 | 0 |
| HSL | 141.54º | 1% | 0.62% | - |
| HSV(B) | 141.54º | 0.76% | 1% | - |
| XYZ | 41.65 | 74.09 | 33.23 | - |
| YUV | 182.45 | 98.4 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 130 | 0.76 | 0 | 0.49 | 0 | 141.54 | 1 | 0.62 |
| Hex | 3C | FF | 82 | 4C | 0 | 31 | 0 | 8E | 64 | 3E |
| Octal | 74 | 377 | 202 | 114 | 0 | 61 | 0 | 216 | 144 | 76 |
| Binary | 111100 | 11111111 | 10000010 | 1001100 | 0 | 110001 | 0 | 10001110 | 1100100 | 111110 |
Color Harmonies of #3CFF82
Complementary color
Monochromatic Colors of #3CFF82
Black with #3CFF82
Text Example
Text Example
White with #3CFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF82; }
p { color: rgb(60,255,130); }
H1.HeaderClassName
{
color: #3CFF82;
}
.AnyTagClassName
{
color: #3CFF82;
}
</style>
background-color css
<style>
a { background-color: #3CFF82; }
a { background-color: rgb(60,255,130); }
div.DivClassName
{
background-color: #3CFF82;
}
.BgClassName
{
background-color: #3CFF82;
}
</style>
border-color css
<style>
span { border-color: #3CFF82; }
span { border-color: rgb(60,255,130); }
td.TdClassName
{
border-color: #3CFF82;
}
.TagClassName
{
border-color: #3CFF82;
}
</style>