Shades of Screamin' Green #4BFE38
Tints of Screamin' Green #4BFE38
RGB
CMYK
RGB Variations
Color information
#4BFE38 (or 0x4BFE38) is known color: Screamin' Green. HEX triplet: 4B, FE and 38. RGB value is (75,254,56). Sum of RGB (Red+Green+Blue) = 75+254+56=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 254 (99.61% from 255 or 65.97% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFE38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFE38 is #B401C7. Grayscale: #B2B2B2. Windows color (decimal): -11796936 or 3735115. OLE color: 3735115.
HSL color Cylindrical-coordinate representation of color #4BFE38: hue angle of 114.24º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4BFE38 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 75 | 254 | 56 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.00 |
| HSL | 114.24º | 0.99% | 0.61% | - |
| HSV(B) | 114.24º | 0.78% | 1% | - |
| XYZ | 39.06 | 72.67 | 15.71 | - |
| YUV | 177.91 | 59.2 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 254 | 56 | 0.70 | 0 | 0.78 | 0.00 | 114.24 | 0.99 | 0.61 |
| Hex | 4B | FE | 38 | 46 | 0 | 4E | 0 | 72 | 63 | 3D |
| Octal | 113 | 376 | 70 | 106 | 0 | 116 | 0 | 162 | 143 | 75 |
| Binary | 1001011 | 11111110 | 111000 | 1000110 | 0 | 1001110 | 0 | 1110010 | 1100011 | 111101 |
Color Harmonies of #4BFE38
Complementary color
Monochromatic Colors of #4BFE38
Black with #4BFE38
Text Example
Text Example
White with #4BFE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFE38; }
p { color: rgb(75,254,56); }
H1.HeaderClassName
{
color: #4BFE38;
}
.AnyTagClassName
{
color: #4BFE38;
}
</style>
background-color css
<style>
a { background-color: #4BFE38; }
a { background-color: rgb(75,254,56); }
div.DivClassName
{
background-color: #4BFE38;
}
.BgClassName
{
background-color: #4BFE38;
}
</style>
border-color css
<style>
span { border-color: #4BFE38; }
span { border-color: rgb(75,254,56); }
td.TdClassName
{
border-color: #4BFE38;
}
.TagClassName
{
border-color: #4BFE38;
}
</style>