Shades of Screamin' Green #3CEE5A
Tints of Screamin' Green #3CEE5A
RGB
CMYK
RGB Variations
Color information
#3CEE5A (or 0x3CEE5A) is known color: Screamin' Green. HEX triplet: 3C, EE and 5A. RGB value is (60,238,90). Sum of RGB (Red+Green+Blue) = 60+238+90=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 238 (93.36% from 255 or 61.34% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 238 - color contains mainly: green. Hex color #3CEE5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CEE5A is #C311A5. Grayscale: #A8A8A8. Windows color (decimal): -12784038 or 5959228. OLE color: 5959228.
HSL color Cylindrical-coordinate representation of color #3CEE5A: hue angle of 130.11º 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 #3CEE5A is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 238 | 90 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.07 |
| HSL | 130.11º | 0.84% | 0.58% | - |
| HSV(B) | 130.11º | 0.75% | 0.93% | - |
| XYZ | 34.28 | 62.85 | 20 | - |
| YUV | 167.91 | 84.03 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 238 | 90 | 0.75 | 0 | 0.62 | 0.07 | 130.11 | 0.84 | 0.58 |
| Hex | 3C | EE | 5A | 4B | 0 | 3E | 7 | 82 | 54 | 3A |
| Octal | 74 | 356 | 132 | 113 | 0 | 76 | 7 | 202 | 124 | 72 |
| Binary | 111100 | 11101110 | 1011010 | 1001011 | 0 | 111110 | 111 | 10000010 | 1010100 | 111010 |
Color Harmonies of #3CEE5A
Complementary color
Monochromatic Colors of #3CEE5A
Black with #3CEE5A
Text Example
Text Example
White with #3CEE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEE5A; }
p { color: rgb(60,238,90); }
H1.HeaderClassName
{
color: #3CEE5A;
}
.AnyTagClassName
{
color: #3CEE5A;
}
</style>
background-color css
<style>
a { background-color: #3CEE5A; }
a { background-color: rgb(60,238,90); }
div.DivClassName
{
background-color: #3CEE5A;
}
.BgClassName
{
background-color: #3CEE5A;
}
</style>
border-color css
<style>
span { border-color: #3CEE5A; }
span { border-color: rgb(60,238,90); }
td.TdClassName
{
border-color: #3CEE5A;
}
.TagClassName
{
border-color: #3CEE5A;
}
</style>