Shades of Screamin' Green #4CFC4C
Tints of Screamin' Green #4CFC4C
RGB
CMYK
RGB Variations
Color information
#4CFC4C (or 0x4CFC4C) is known color: Screamin' Green. HEX triplet: 4C, FC and 4C. RGB value is (76,252,76). Sum of RGB (Red+Green+Blue) = 76+252+76=404 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.81% from 404); Green value is 252 (98.83% from 255 or 62.38% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFC4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFC4C is #B303B3. Grayscale: #B3B3B3. Windows color (decimal): -11731892 or 5045324. OLE color: 5045324.
HSL color Cylindrical-coordinate representation of color #4CFC4C: hue angle of 120º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFC4C is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 76 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.01 |
| HSL | 120º | 0.97% | 0.64% | - |
| HSV(B) | 120º | 0.7% | 0.99% | - |
| XYZ | 39.1 | 71.68 | 18.61 | - |
| YUV | 179.31 | 69.69 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 76 | 0.70 | 0 | 0.70 | 0.01 | 120 | 0.97 | 0.64 |
| Hex | 4C | FC | 4C | 46 | 0 | 46 | 1 | 78 | 61 | 40 |
| Octal | 114 | 374 | 114 | 106 | 0 | 106 | 1 | 170 | 141 | 100 |
| Binary | 1001100 | 11111100 | 1001100 | 1000110 | 0 | 1000110 | 1 | 1111000 | 1100001 | 1000000 |
Color Harmonies of #4CFC4C
Complementary color
Monochromatic Colors of #4CFC4C
Black with #4CFC4C
Text Example
Text Example
White with #4CFC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFC4C; }
p { color: rgb(76,252,76); }
H1.HeaderClassName
{
color: #4CFC4C;
}
.AnyTagClassName
{
color: #4CFC4C;
}
</style>
background-color css
<style>
a { background-color: #4CFC4C; }
a { background-color: rgb(76,252,76); }
div.DivClassName
{
background-color: #4CFC4C;
}
.BgClassName
{
background-color: #4CFC4C;
}
</style>
border-color css
<style>
span { border-color: #4CFC4C; }
span { border-color: rgb(76,252,76); }
td.TdClassName
{
border-color: #4CFC4C;
}
.TagClassName
{
border-color: #4CFC4C;
}
</style>