Shades of Screamin' Green #4CFE40
Tints of Screamin' Green #4CFE40
RGB
CMYK
RGB Variations
Color information
#4CFE40 (or 0x4CFE40) is known color: Screamin' Green. HEX triplet: 4C, FE and 40. RGB value is (76,254,64). Sum of RGB (Red+Green+Blue) = 76+254+64=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 254 (99.61% from 255 or 64.47% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFE40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFE40 is #B301BF. Grayscale: #B3B3B3. Windows color (decimal): -11731392 or 4259404. OLE color: 4259404.
HSL color Cylindrical-coordinate representation of color #4CFE40: hue angle of 116.21º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4CFE40 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 254 | 64 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.00 |
| HSL | 116.21º | 0.99% | 0.62% | - |
| HSV(B) | 116.21º | 0.75% | 1% | - |
| XYZ | 39.35 | 72.79 | 16.83 | - |
| YUV | 179.12 | 63.03 | 54.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 254 | 64 | 0.70 | 0 | 0.75 | 0.00 | 116.21 | 0.99 | 0.62 |
| Hex | 4C | FE | 40 | 46 | 0 | 4B | 0 | 74 | 63 | 3E |
| Octal | 114 | 376 | 100 | 106 | 0 | 113 | 0 | 164 | 143 | 76 |
| Binary | 1001100 | 11111110 | 1000000 | 1000110 | 0 | 1001011 | 0 | 1110100 | 1100011 | 111110 |
Color Harmonies of #4CFE40
Complementary color
Monochromatic Colors of #4CFE40
Black with #4CFE40
Text Example
Text Example
White with #4CFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFE40; }
p { color: rgb(76,254,64); }
H1.HeaderClassName
{
color: #4CFE40;
}
.AnyTagClassName
{
color: #4CFE40;
}
</style>
background-color css
<style>
a { background-color: #4CFE40; }
a { background-color: rgb(76,254,64); }
div.DivClassName
{
background-color: #4CFE40;
}
.BgClassName
{
background-color: #4CFE40;
}
</style>
border-color css
<style>
span { border-color: #4CFE40; }
span { border-color: rgb(76,254,64); }
td.TdClassName
{
border-color: #4CFE40;
}
.TagClassName
{
border-color: #4CFE40;
}
</style>