Shades of Screamin' Green #60EE3C
Tints of Screamin' Green #60EE3C
RGB
CMYK
RGB Variations
Color information
#60EE3C (or 0x60EE3C) is known color: Screamin' Green. HEX triplet: 60, EE and 3C. RGB value is (96,238,60). Sum of RGB (Red+Green+Blue) = 96+238+60=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 238 (93.36% from 255 or 60.41% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 238 - color contains mainly: green. Hex color #60EE3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #60EE3C is #9F11C3. Grayscale: #AFAFAF. Windows color (decimal): -10424772 or 3993184. OLE color: 3993184.
HSL color Cylindrical-coordinate representation of color #60EE3C: hue angle of 107.87º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60EE3C is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 238 | 60 | - |
| CMYK | 0.60 | 0 | 0.75 | 0.07 |
| HSL | 107.87º | 0.84% | 0.58% | - |
| HSV(B) | 107.87º | 0.75% | 0.93% | - |
| XYZ | 36.21 | 63.96 | 14.71 | - |
| YUV | 175.25 | 62.96 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 238 | 60 | 0.60 | 0 | 0.75 | 0.07 | 107.87 | 0.84 | 0.58 |
| Hex | 60 | EE | 3C | 3C | 0 | 4B | 7 | 6C | 54 | 3A |
| Octal | 140 | 356 | 74 | 74 | 0 | 113 | 7 | 154 | 124 | 72 |
| Binary | 1100000 | 11101110 | 111100 | 111100 | 0 | 1001011 | 111 | 1101100 | 1010100 | 111010 |
Color Harmonies of #60EE3C
Complementary color
Monochromatic Colors of #60EE3C
Black with #60EE3C
Text Example
Text Example
White with #60EE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EE3C; }
p { color: rgb(96,238,60); }
H1.HeaderClassName
{
color: #60EE3C;
}
.AnyTagClassName
{
color: #60EE3C;
}
</style>
background-color css
<style>
a { background-color: #60EE3C; }
a { background-color: rgb(96,238,60); }
div.DivClassName
{
background-color: #60EE3C;
}
.BgClassName
{
background-color: #60EE3C;
}
</style>
border-color css
<style>
span { border-color: #60EE3C; }
span { border-color: rgb(96,238,60); }
td.TdClassName
{
border-color: #60EE3C;
}
.TagClassName
{
border-color: #60EE3C;
}
</style>