Shades of Screamin' Green #3CEF64
Tints of Screamin' Green #3CEF64
RGB
CMYK
RGB Variations
Color information
#3CEF64 (or 0x3CEF64) is known color: Screamin' Green. HEX triplet: 3C, EF and 64. RGB value is (60,239,100). Sum of RGB (Red+Green+Blue) = 60+239+100=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 239 (93.75% from 255 or 59.90% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CEF64 is #C3109B. Grayscale: #AAAAAA. Windows color (decimal): -12783772 or 6614844. OLE color: 6614844.
HSL color Cylindrical-coordinate representation of color #3CEF64: hue angle of 133.41º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEF64 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 100 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.06 |
| HSL | 133.41º | 0.85% | 0.59% | - |
| HSV(B) | 133.41º | 0.75% | 0.94% | - |
| XYZ | 35.03 | 63.61 | 22.49 | - |
| YUV | 169.63 | 88.7 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 100 | 0.75 | 0 | 0.58 | 0.06 | 133.41 | 0.85 | 0.59 |
| Hex | 3C | EF | 64 | 4B | 0 | 3A | 6 | 85 | 55 | 3B |
| Octal | 74 | 357 | 144 | 113 | 0 | 72 | 6 | 205 | 125 | 73 |
| Binary | 111100 | 11101111 | 1100100 | 1001011 | 0 | 111010 | 110 | 10000101 | 1010101 | 111011 |
Color Harmonies of #3CEF64
Complementary color
Monochromatic Colors of #3CEF64
Black with #3CEF64
Text Example
Text Example
White with #3CEF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF64; }
p { color: rgb(60,239,100); }
H1.HeaderClassName
{
color: #3CEF64;
}
.AnyTagClassName
{
color: #3CEF64;
}
</style>
background-color css
<style>
a { background-color: #3CEF64; }
a { background-color: rgb(60,239,100); }
div.DivClassName
{
background-color: #3CEF64;
}
.BgClassName
{
background-color: #3CEF64;
}
</style>
border-color css
<style>
span { border-color: #3CEF64; }
span { border-color: rgb(60,239,100); }
td.TdClassName
{
border-color: #3CEF64;
}
.TagClassName
{
border-color: #3CEF64;
}
</style>