Shades of Screamin' Green #4AFF40
Tints of Screamin' Green #4AFF40
RGB
CMYK
RGB Variations
Color information
#4AFF40 (or 0x4AFF40) is known color: Screamin' Green. HEX triplet: 4A, FF and 40. RGB value is (74,255,64). Sum of RGB (Red+Green+Blue) = 74+255+64=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 255 (100% from 255 or 64.89% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFF40 is #B500BF. Grayscale: #B3B3B3. Windows color (decimal): -11862208 or 4259658. OLE color: 4259658.
HSL color Cylindrical-coordinate representation of color #4AFF40: hue angle of 116.86º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4AFF40 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 64 | - |
| CMYK | 0.71 | 0 | 0.75 | 0 |
| HSL | 116.86º | 1% | 0.63% | - |
| HSV(B) | 116.86º | 0.75% | 1% | - |
| XYZ | 39.51 | 73.35 | 16.93 | - |
| YUV | 179.11 | 63.03 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 64 | 0.71 | 0 | 0.75 | 0 | 116.86 | 1 | 0.63 |
| Hex | 4A | FF | 40 | 47 | 0 | 4B | 0 | 75 | 64 | 3F |
| Octal | 112 | 377 | 100 | 107 | 0 | 113 | 0 | 165 | 144 | 77 |
| Binary | 1001010 | 11111111 | 1000000 | 1000111 | 0 | 1001011 | 0 | 1110101 | 1100100 | 111111 |
Color Harmonies of #4AFF40
Complementary color
Monochromatic Colors of #4AFF40
Black with #4AFF40
Text Example
Text Example
White with #4AFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFF40; }
p { color: rgb(74,255,64); }
H1.HeaderClassName
{
color: #4AFF40;
}
.AnyTagClassName
{
color: #4AFF40;
}
</style>
background-color css
<style>
a { background-color: #4AFF40; }
a { background-color: rgb(74,255,64); }
div.DivClassName
{
background-color: #4AFF40;
}
.BgClassName
{
background-color: #4AFF40;
}
</style>
border-color css
<style>
span { border-color: #4AFF40; }
span { border-color: rgb(74,255,64); }
td.TdClassName
{
border-color: #4AFF40;
}
.TagClassName
{
border-color: #4AFF40;
}
</style>