Shades of Screamin' Green #4AFF37
Tints of Screamin' Green #4AFF37
RGB
CMYK
RGB Variations
Color information
#4AFF37 (or 0x4AFF37) is known color: Screamin' Green. HEX triplet: 4A, FF and 37. RGB value is (74,255,55). Sum of RGB (Red+Green+Blue) = 74+255+55=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 255 (100% from 255 or 66.41% from 384); Blue value is 55 (21.88% from 255 or 14.32% from 384); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFF37 is #B500C8. Grayscale: #B2B2B2. Windows color (decimal): -11862217 or 3669834. OLE color: 3669834.
HSL color Cylindrical-coordinate representation of color #4AFF37: hue angle of 114.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AFF37 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 55 | - |
| CMYK | 0.71 | 0 | 0.78 | 0 |
| HSL | 114.3º | 1% | 0.61% | - |
| HSV(B) | 114.3º | 0.78% | 1% | - |
| XYZ | 39.27 | 73.25 | 15.68 | - |
| YUV | 178.08 | 58.53 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 55 | 0.71 | 0 | 0.78 | 0 | 114.3 | 1 | 0.61 |
| Hex | 4A | FF | 37 | 47 | 0 | 4E | 0 | 72 | 64 | 3D |
| Octal | 112 | 377 | 67 | 107 | 0 | 116 | 0 | 162 | 144 | 75 |
| Binary | 1001010 | 11111111 | 110111 | 1000111 | 0 | 1001110 | 0 | 1110010 | 1100100 | 111101 |
Color Harmonies of #4AFF37
Complementary color
Monochromatic Colors of #4AFF37
Black with #4AFF37
Text Example
Text Example
White with #4AFF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFF37; }
p { color: rgb(74,255,55); }
H1.HeaderClassName
{
color: #4AFF37;
}
.AnyTagClassName
{
color: #4AFF37;
}
</style>
background-color css
<style>
a { background-color: #4AFF37; }
a { background-color: rgb(74,255,55); }
div.DivClassName
{
background-color: #4AFF37;
}
.BgClassName
{
background-color: #4AFF37;
}
</style>
border-color css
<style>
span { border-color: #4AFF37; }
span { border-color: rgb(74,255,55); }
td.TdClassName
{
border-color: #4AFF37;
}
.TagClassName
{
border-color: #4AFF37;
}
</style>