Shades of Screamin' Green #4BFE46
Tints of Screamin' Green #4BFE46
RGB
CMYK
RGB Variations
Color information
#4BFE46 (or 0x4BFE46) is known color: Screamin' Green. HEX triplet: 4B, FE and 46. RGB value is (75,254,70). Sum of RGB (Red+Green+Blue) = 75+254+70=399 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.80% from 399); Green value is 254 (99.61% from 255 or 63.66% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFE46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFE46 is #B401B9. Grayscale: #B4B4B4. Windows color (decimal): -11796922 or 4652619. OLE color: 4652619.
HSL color Cylindrical-coordinate representation of color #4BFE46: hue angle of 118.37º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4BFE46 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 70 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.00 |
| HSL | 118.37º | 0.99% | 0.64% | - |
| HSV(B) | 118.37º | 0.72% | 1% | - |
| XYZ | 39.45 | 72.82 | 17.77 | - |
| YUV | 179.5 | 66.2 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 70 | 0.70 | 0 | 0.72 | 0.00 | 118.37 | 0.99 | 0.64 |
| Hex | 4B | FE | 46 | 46 | 0 | 48 | 0 | 76 | 63 | 40 |
| Octal | 113 | 376 | 106 | 106 | 0 | 110 | 0 | 166 | 143 | 100 |
| Binary | 1001011 | 11111110 | 1000110 | 1000110 | 0 | 1001000 | 0 | 1110110 | 1100011 | 1000000 |
Color Harmonies of #4BFE46
Complementary color
Monochromatic Colors of #4BFE46
Black with #4BFE46
Text Example
Text Example
White with #4BFE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFE46; }
p { color: rgb(75,254,70); }
H1.HeaderClassName
{
color: #4BFE46;
}
.AnyTagClassName
{
color: #4BFE46;
}
</style>
background-color css
<style>
a { background-color: #4BFE46; }
a { background-color: rgb(75,254,70); }
div.DivClassName
{
background-color: #4BFE46;
}
.BgClassName
{
background-color: #4BFE46;
}
</style>
border-color css
<style>
span { border-color: #4BFE46; }
span { border-color: rgb(75,254,70); }
td.TdClassName
{
border-color: #4BFE46;
}
.TagClassName
{
border-color: #4BFE46;
}
</style>