Shades of Screamin' Green #3CFC5A
Tints of Screamin' Green #3CFC5A
RGB
CMYK
RGB Variations
Color information
#3CFC5A (or 0x3CFC5A) is known color: Screamin' Green. HEX triplet: 3C, FC and 5A. RGB value is (60,252,90). Sum of RGB (Red+Green+Blue) = 60+252+90=402 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.93% from 402); Green value is 252 (98.83% from 255 or 62.69% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFC5A is #C303A5. Grayscale: #B0B0B0. Windows color (decimal): -12780454 or 5962812. OLE color: 5962812.
HSL color Cylindrical-coordinate representation of color #3CFC5A: hue angle of 129.38º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFC5A is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 90 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.01 |
| HSL | 129.38º | 0.97% | 0.61% | - |
| HSV(B) | 129.38º | 0.76% | 0.99% | - |
| XYZ | 38.52 | 71.32 | 21.41 | - |
| YUV | 176.12 | 79.39 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 90 | 0.76 | 0 | 0.64 | 0.01 | 129.38 | 0.97 | 0.61 |
| Hex | 3C | FC | 5A | 4C | 0 | 40 | 1 | 81 | 61 | 3D |
| Octal | 74 | 374 | 132 | 114 | 0 | 100 | 1 | 201 | 141 | 75 |
| Binary | 111100 | 11111100 | 1011010 | 1001100 | 0 | 1000000 | 1 | 10000001 | 1100001 | 111101 |
Color Harmonies of #3CFC5A
Complementary color
Monochromatic Colors of #3CFC5A
Black with #3CFC5A
Text Example
Text Example
White with #3CFC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC5A; }
p { color: rgb(60,252,90); }
H1.HeaderClassName
{
color: #3CFC5A;
}
.AnyTagClassName
{
color: #3CFC5A;
}
</style>
background-color css
<style>
a { background-color: #3CFC5A; }
a { background-color: rgb(60,252,90); }
div.DivClassName
{
background-color: #3CFC5A;
}
.BgClassName
{
background-color: #3CFC5A;
}
</style>
border-color css
<style>
span { border-color: #3CFC5A; }
span { border-color: rgb(60,252,90); }
td.TdClassName
{
border-color: #3CFC5A;
}
.TagClassName
{
border-color: #3CFC5A;
}
</style>