Shades of Screamin' Green #48EE5E
Tints of Screamin' Green #48EE5E
RGB
CMYK
RGB Variations
Color information
#48EE5E (or 0x48EE5E) is known color: Screamin' Green. HEX triplet: 48, EE and 5E. RGB value is (72,238,94). Sum of RGB (Red+Green+Blue) = 72+238+94=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 238 (93.36% from 255 or 58.91% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 238 - color contains mainly: green. Hex color #48EE5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EE5E is #B711A1. Grayscale: #ACACAC. Windows color (decimal): -11997602 or 6221384. OLE color: 6221384.
HSL color Cylindrical-coordinate representation of color #48EE5E: hue angle of 127.95º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EE5E is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 238 | 94 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.07 |
| HSL | 127.95º | 0.83% | 0.61% | - |
| HSV(B) | 127.95º | 0.7% | 0.93% | - |
| XYZ | 35.27 | 63.33 | 20.96 | - |
| YUV | 171.95 | 84 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 238 | 94 | 0.70 | 0 | 0.61 | 0.07 | 127.95 | 0.83 | 0.61 |
| Hex | 48 | EE | 5E | 46 | 0 | 3D | 7 | 80 | 53 | 3D |
| Octal | 110 | 356 | 136 | 106 | 0 | 75 | 7 | 200 | 123 | 75 |
| Binary | 1001000 | 11101110 | 1011110 | 1000110 | 0 | 111101 | 111 | 10000000 | 1010011 | 111101 |
Color Harmonies of #48EE5E
Complementary color
Monochromatic Colors of #48EE5E
Black with #48EE5E
Text Example
Text Example
White with #48EE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EE5E; }
p { color: rgb(72,238,94); }
H1.HeaderClassName
{
color: #48EE5E;
}
.AnyTagClassName
{
color: #48EE5E;
}
</style>
background-color css
<style>
a { background-color: #48EE5E; }
a { background-color: rgb(72,238,94); }
div.DivClassName
{
background-color: #48EE5E;
}
.BgClassName
{
background-color: #48EE5E;
}
</style>
border-color css
<style>
span { border-color: #48EE5E; }
span { border-color: rgb(72,238,94); }
td.TdClassName
{
border-color: #48EE5E;
}
.TagClassName
{
border-color: #48EE5E;
}
</style>