Shades of Screamin' Green #4CFB38
Tints of Screamin' Green #4CFB38
RGB
CMYK
RGB Variations
Color information
#4CFB38 (or 0x4CFB38) is known color: Screamin' Green. HEX triplet: 4C, FB and 38. RGB value is (76,251,56). Sum of RGB (Red+Green+Blue) = 76+251+56=383 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.84% from 383); Green value is 251 (98.44% from 255 or 65.54% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFB38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CFB38 is #B304C7. Grayscale: #B1B1B1. Windows color (decimal): -11732168 or 3734348. OLE color: 3734348.
HSL color Cylindrical-coordinate representation of color #4CFB38: hue angle of 113.85º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4CFB38 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 56 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.02 |
| HSL | 113.85º | 0.96% | 0.6% | - |
| HSV(B) | 113.85º | 0.78% | 0.98% | - |
| XYZ | 38.19 | 70.82 | 15.4 | - |
| YUV | 176.45 | 60.02 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 56 | 0.70 | 0 | 0.78 | 0.02 | 113.85 | 0.96 | 0.6 |
| Hex | 4C | FB | 38 | 46 | 0 | 4E | 2 | 72 | 60 | 3C |
| Octal | 114 | 373 | 70 | 106 | 0 | 116 | 2 | 162 | 140 | 74 |
| Binary | 1001100 | 11111011 | 111000 | 1000110 | 0 | 1001110 | 10 | 1110010 | 1100000 | 111100 |
Color Harmonies of #4CFB38
Complementary color
Monochromatic Colors of #4CFB38
Black with #4CFB38
Text Example
Text Example
White with #4CFB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFB38; }
p { color: rgb(76,251,56); }
H1.HeaderClassName
{
color: #4CFB38;
}
.AnyTagClassName
{
color: #4CFB38;
}
</style>
background-color css
<style>
a { background-color: #4CFB38; }
a { background-color: rgb(76,251,56); }
div.DivClassName
{
background-color: #4CFB38;
}
.BgClassName
{
background-color: #4CFB38;
}
</style>
border-color css
<style>
span { border-color: #4CFB38; }
span { border-color: rgb(76,251,56); }
td.TdClassName
{
border-color: #4CFB38;
}
.TagClassName
{
border-color: #4CFB38;
}
</style>