Shades of Screamin' Green #4AFE38
Tints of Screamin' Green #4AFE38
RGB
CMYK
RGB Variations
Color information
#4AFE38 (or 0x4AFE38) is known color: Screamin' Green. HEX triplet: 4A, FE and 38. RGB value is (74,254,56). Sum of RGB (Red+Green+Blue) = 74+254+56=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 254 (99.61% from 255 or 66.15% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFE38 is #B501C7. Grayscale: #B2B2B2. Windows color (decimal): -11862472 or 3735114. OLE color: 3735114.
HSL color Cylindrical-coordinate representation of color #4AFE38: hue angle of 114.55º 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 #4AFE38 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 56 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.00 |
| HSL | 114.55º | 0.99% | 0.61% | - |
| HSV(B) | 114.55º | 0.78% | 1% | - |
| XYZ | 38.98 | 72.62 | 15.7 | - |
| YUV | 177.61 | 59.37 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 56 | 0.71 | 0 | 0.78 | 0.00 | 114.55 | 0.99 | 0.61 |
| Hex | 4A | FE | 38 | 47 | 0 | 4E | 0 | 73 | 63 | 3D |
| Octal | 112 | 376 | 70 | 107 | 0 | 116 | 0 | 163 | 143 | 75 |
| Binary | 1001010 | 11111110 | 111000 | 1000111 | 0 | 1001110 | 0 | 1110011 | 1100011 | 111101 |
Color Harmonies of #4AFE38
Complementary color
Monochromatic Colors of #4AFE38
Black with #4AFE38
Text Example
Text Example
White with #4AFE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFE38; }
p { color: rgb(74,254,56); }
H1.HeaderClassName
{
color: #4AFE38;
}
.AnyTagClassName
{
color: #4AFE38;
}
</style>
background-color css
<style>
a { background-color: #4AFE38; }
a { background-color: rgb(74,254,56); }
div.DivClassName
{
background-color: #4AFE38;
}
.BgClassName
{
background-color: #4AFE38;
}
</style>
border-color css
<style>
span { border-color: #4AFE38; }
span { border-color: rgb(74,254,56); }
td.TdClassName
{
border-color: #4AFE38;
}
.TagClassName
{
border-color: #4AFE38;
}
</style>