Shades of Screamin' Green #48FF42
Tints of Screamin' Green #48FF42
RGB
CMYK
RGB Variations
Color information
#48FF42 (or 0x48FF42) is known color: Screamin' Green. HEX triplet: 48, FF and 42. RGB value is (72,255,66). Sum of RGB (Red+Green+Blue) = 72+255+66=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 255 (100% from 255 or 64.89% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FF42 is #B700BD. Grayscale: #B3B3B3. Windows color (decimal): -11993278 or 4390728. OLE color: 4390728.
HSL color Cylindrical-coordinate representation of color #48FF42: hue angle of 118.1º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48FF42 is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 66 | - |
| CMYK | 0.72 | 0 | 0.74 | 0 |
| HSL | 118.1º | 1% | 0.63% | - |
| HSV(B) | 118.1º | 0.74% | 1% | - |
| XYZ | 39.42 | 73.29 | 17.22 | - |
| YUV | 178.74 | 64.37 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 66 | 0.72 | 0 | 0.74 | 0 | 118.1 | 1 | 0.63 |
| Hex | 48 | FF | 42 | 48 | 0 | 4A | 0 | 76 | 64 | 3F |
| Octal | 110 | 377 | 102 | 110 | 0 | 112 | 0 | 166 | 144 | 77 |
| Binary | 1001000 | 11111111 | 1000010 | 1001000 | 0 | 1001010 | 0 | 1110110 | 1100100 | 111111 |
Color Harmonies of #48FF42
Complementary color
Monochromatic Colors of #48FF42
Black with #48FF42
Text Example
Text Example
White with #48FF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FF42; }
p { color: rgb(72,255,66); }
H1.HeaderClassName
{
color: #48FF42;
}
.AnyTagClassName
{
color: #48FF42;
}
</style>
background-color css
<style>
a { background-color: #48FF42; }
a { background-color: rgb(72,255,66); }
div.DivClassName
{
background-color: #48FF42;
}
.BgClassName
{
background-color: #48FF42;
}
</style>
border-color css
<style>
span { border-color: #48FF42; }
span { border-color: rgb(72,255,66); }
td.TdClassName
{
border-color: #48FF42;
}
.TagClassName
{
border-color: #48FF42;
}
</style>