Shades of Screamin' Green #4BFE48
Tints of Screamin' Green #4BFE48
RGB
CMYK
RGB Variations
Color information
#4BFE48 (or 0x4BFE48) is known color: Screamin' Green. HEX triplet: 4B, FE and 48. RGB value is (75,254,72). Sum of RGB (Red+Green+Blue) = 75+254+72=401 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.70% from 401); Green value is 254 (99.61% from 255 or 63.34% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFE48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFE48 is #B401B7. Grayscale: #B4B4B4. Windows color (decimal): -11796920 or 4783691. OLE color: 4783691.
HSL color Cylindrical-coordinate representation of color #4BFE48: hue angle of 119.01º 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 #4BFE48 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 72 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.00 |
| HSL | 119.01º | 0.99% | 0.64% | - |
| HSV(B) | 119.01º | 0.72% | 1% | - |
| XYZ | 39.51 | 72.85 | 18.11 | - |
| YUV | 179.73 | 67.2 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 72 | 0.70 | 0 | 0.72 | 0.00 | 119.01 | 0.99 | 0.64 |
| Hex | 4B | FE | 48 | 46 | 0 | 48 | 0 | 77 | 63 | 40 |
| Octal | 113 | 376 | 110 | 106 | 0 | 110 | 0 | 167 | 143 | 100 |
| Binary | 1001011 | 11111110 | 1001000 | 1000110 | 0 | 1001000 | 0 | 1110111 | 1100011 | 1000000 |
Color Harmonies of #4BFE48
Complementary color
Monochromatic Colors of #4BFE48
Black with #4BFE48
Text Example
Text Example
White with #4BFE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFE48; }
p { color: rgb(75,254,72); }
H1.HeaderClassName
{
color: #4BFE48;
}
.AnyTagClassName
{
color: #4BFE48;
}
</style>
background-color css
<style>
a { background-color: #4BFE48; }
a { background-color: rgb(75,254,72); }
div.DivClassName
{
background-color: #4BFE48;
}
.BgClassName
{
background-color: #4BFE48;
}
</style>
border-color css
<style>
span { border-color: #4BFE48; }
span { border-color: rgb(75,254,72); }
td.TdClassName
{
border-color: #4BFE48;
}
.TagClassName
{
border-color: #4BFE48;
}
</style>