Shades of Screamin' Green #3CEF55
Tints of Screamin' Green #3CEF55
RGB
CMYK
RGB Variations
Color information
#3CEF55 (or 0x3CEF55) is known color: Screamin' Green. HEX triplet: 3C, EF and 55. RGB value is (60,239,85). Sum of RGB (Red+Green+Blue) = 60+239+85=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 239 (93.75% from 255 or 62.24% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CEF55 is #C310AA. Grayscale: #A8A8A8. Windows color (decimal): -12783787 or 5631804. OLE color: 5631804.
HSL color Cylindrical-coordinate representation of color #3CEF55: hue angle of 128.38º 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 #3CEF55 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 239 | 85 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.06 |
| HSL | 128.38º | 0.85% | 0.59% | - |
| HSV(B) | 128.38º | 0.75% | 0.94% | - |
| XYZ | 34.37 | 63.35 | 19.01 | - |
| YUV | 167.92 | 81.2 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 239 | 85 | 0.75 | 0 | 0.64 | 0.06 | 128.38 | 0.85 | 0.59 |
| Hex | 3C | EF | 55 | 4B | 0 | 40 | 6 | 80 | 55 | 3B |
| Octal | 74 | 357 | 125 | 113 | 0 | 100 | 6 | 200 | 125 | 73 |
| Binary | 111100 | 11101111 | 1010101 | 1001011 | 0 | 1000000 | 110 | 10000000 | 1010101 | 111011 |
Color Harmonies of #3CEF55
Complementary color
Monochromatic Colors of #3CEF55
Black with #3CEF55
Text Example
Text Example
White with #3CEF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEF55; }
p { color: rgb(60,239,85); }
H1.HeaderClassName
{
color: #3CEF55;
}
.AnyTagClassName
{
color: #3CEF55;
}
</style>
background-color css
<style>
a { background-color: #3CEF55; }
a { background-color: rgb(60,239,85); }
div.DivClassName
{
background-color: #3CEF55;
}
.BgClassName
{
background-color: #3CEF55;
}
</style>
border-color css
<style>
span { border-color: #3CEF55; }
span { border-color: rgb(60,239,85); }
td.TdClassName
{
border-color: #3CEF55;
}
.TagClassName
{
border-color: #3CEF55;
}
</style>