Shades of Screamin' Green #46FA40
Tints of Screamin' Green #46FA40
RGB
CMYK
RGB Variations
Color information
#46FA40 (or 0x46FA40) is known color: Screamin' Green. HEX triplet: 46, FA and 40. RGB value is (70,250,64). Sum of RGB (Red+Green+Blue) = 70+250+64=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 250 (98.05% from 255 or 65.10% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 250 - color contains mainly: green. Hex color #46FA40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46FA40 is #B905BF. Grayscale: #AFAFAF. Windows color (decimal): -12125632 or 4258374. OLE color: 4258374.
HSL color Cylindrical-coordinate representation of color #46FA40: hue angle of 118.06º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46FA40 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 250 | 64 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.02 |
| HSL | 118.06º | 0.95% | 0.62% | - |
| HSV(B) | 118.06º | 0.74% | 0.98% | - |
| XYZ | 37.64 | 70.04 | 16.39 | - |
| YUV | 174.98 | 65.37 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 250 | 64 | 0.72 | 0 | 0.74 | 0.02 | 118.06 | 0.95 | 0.62 |
| Hex | 46 | FA | 40 | 48 | 0 | 4A | 2 | 76 | 5F | 3E |
| Octal | 106 | 372 | 100 | 110 | 0 | 112 | 2 | 166 | 137 | 76 |
| Binary | 1000110 | 11111010 | 1000000 | 1001000 | 0 | 1001010 | 10 | 1110110 | 1011111 | 111110 |
Color Harmonies of #46FA40
Complementary color
Monochromatic Colors of #46FA40
Black with #46FA40
Text Example
Text Example
White with #46FA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FA40; }
p { color: rgb(70,250,64); }
H1.HeaderClassName
{
color: #46FA40;
}
.AnyTagClassName
{
color: #46FA40;
}
</style>
background-color css
<style>
a { background-color: #46FA40; }
a { background-color: rgb(70,250,64); }
div.DivClassName
{
background-color: #46FA40;
}
.BgClassName
{
background-color: #46FA40;
}
</style>
border-color css
<style>
span { border-color: #46FA40; }
span { border-color: rgb(70,250,64); }
td.TdClassName
{
border-color: #46FA40;
}
.TagClassName
{
border-color: #46FA40;
}
</style>