Shades of Screamin' Green #4AFE40
Tints of Screamin' Green #4AFE40
RGB
CMYK
RGB Variations
Color information
#4AFE40 (or 0x4AFE40) is known color: Screamin' Green. HEX triplet: 4A, FE and 40. RGB value is (74,254,64). Sum of RGB (Red+Green+Blue) = 74+254+64=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 254 (99.61% from 255 or 64.80% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFE40 is #B501BF. Grayscale: #B3B3B3. Windows color (decimal): -11862464 or 4259402. OLE color: 4259402.
HSL color Cylindrical-coordinate representation of color #4AFE40: hue angle of 116.84º 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 #4AFE40 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 64 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.00 |
| HSL | 116.84º | 0.99% | 0.62% | - |
| HSV(B) | 116.84º | 0.75% | 1% | - |
| XYZ | 39.19 | 72.71 | 16.82 | - |
| YUV | 178.52 | 63.37 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 64 | 0.71 | 0 | 0.75 | 0.00 | 116.84 | 0.99 | 0.62 |
| Hex | 4A | FE | 40 | 47 | 0 | 4B | 0 | 75 | 63 | 3E |
| Octal | 112 | 376 | 100 | 107 | 0 | 113 | 0 | 165 | 143 | 76 |
| Binary | 1001010 | 11111110 | 1000000 | 1000111 | 0 | 1001011 | 0 | 1110101 | 1100011 | 111110 |
Color Harmonies of #4AFE40
Complementary color
Monochromatic Colors of #4AFE40
Black with #4AFE40
Text Example
Text Example
White with #4AFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFE40; }
p { color: rgb(74,254,64); }
H1.HeaderClassName
{
color: #4AFE40;
}
.AnyTagClassName
{
color: #4AFE40;
}
</style>
background-color css
<style>
a { background-color: #4AFE40; }
a { background-color: rgb(74,254,64); }
div.DivClassName
{
background-color: #4AFE40;
}
.BgClassName
{
background-color: #4AFE40;
}
</style>
border-color css
<style>
span { border-color: #4AFE40; }
span { border-color: rgb(74,254,64); }
td.TdClassName
{
border-color: #4AFE40;
}
.TagClassName
{
border-color: #4AFE40;
}
</style>