Shades of Screamin' Green #46FF4A
Tints of Screamin' Green #46FF4A
RGB
CMYK
RGB Variations
Color information
#46FF4A (or 0x46FF4A) is known color: Screamin' Green. HEX triplet: 46, FF and 4A. RGB value is (70,255,74). Sum of RGB (Red+Green+Blue) = 70+255+74=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 255 (100% from 255 or 63.91% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 255 - color contains mainly: green. Hex color #46FF4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46FF4A is #B900B5. Grayscale: #B3B3B3. Windows color (decimal): -12124342 or 4915014. OLE color: 4915014.
HSL color Cylindrical-coordinate representation of color #46FF4A: hue angle of 121.3º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FF4A is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 74 | - |
| CMYK | 0.73 | 0 | 0.71 | 0 |
| HSL | 121.3º | 1% | 0.64% | - |
| HSV(B) | 121.3º | 0.73% | 1% | - |
| XYZ | 39.52 | 73.32 | 18.55 | - |
| YUV | 179.05 | 68.71 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 74 | 0.73 | 0 | 0.71 | 0 | 121.3 | 1 | 0.64 |
| Hex | 46 | FF | 4A | 49 | 0 | 47 | 0 | 79 | 64 | 40 |
| Octal | 106 | 377 | 112 | 111 | 0 | 107 | 0 | 171 | 144 | 100 |
| Binary | 1000110 | 11111111 | 1001010 | 1001001 | 0 | 1000111 | 0 | 1111001 | 1100100 | 1000000 |
Color Harmonies of #46FF4A
Complementary color
Monochromatic Colors of #46FF4A
Black with #46FF4A
Text Example
Text Example
White with #46FF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FF4A; }
p { color: rgb(70,255,74); }
H1.HeaderClassName
{
color: #46FF4A;
}
.AnyTagClassName
{
color: #46FF4A;
}
</style>
background-color css
<style>
a { background-color: #46FF4A; }
a { background-color: rgb(70,255,74); }
div.DivClassName
{
background-color: #46FF4A;
}
.BgClassName
{
background-color: #46FF4A;
}
</style>
border-color css
<style>
span { border-color: #46FF4A; }
span { border-color: rgb(70,255,74); }
td.TdClassName
{
border-color: #46FF4A;
}
.TagClassName
{
border-color: #46FF4A;
}
</style>