Shades of Screamin' Green #4AFF3E
Tints of Screamin' Green #4AFF3E
RGB
CMYK
RGB Variations
Color information
#4AFF3E (or 0x4AFF3E) is known color: Screamin' Green. HEX triplet: 4A, FF and 3E. RGB value is (74,255,62). Sum of RGB (Red+Green+Blue) = 74+255+62=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 255 (100% from 255 or 65.22% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFF3E is #B500C1. Grayscale: #B3B3B3. Windows color (decimal): -11862210 or 4128586. OLE color: 4128586.
HSL color Cylindrical-coordinate representation of color #4AFF3E: hue angle of 116.27º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4AFF3E is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 62 | - |
| CMYK | 0.71 | 0 | 0.76 | 0 |
| HSL | 116.27º | 1% | 0.62% | - |
| HSV(B) | 116.27º | 0.76% | 1% | - |
| XYZ | 39.45 | 73.32 | 16.63 | - |
| YUV | 178.88 | 62.03 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 62 | 0.71 | 0 | 0.76 | 0 | 116.27 | 1 | 0.62 |
| Hex | 4A | FF | 3E | 47 | 0 | 4C | 0 | 74 | 64 | 3E |
| Octal | 112 | 377 | 76 | 107 | 0 | 114 | 0 | 164 | 144 | 76 |
| Binary | 1001010 | 11111111 | 111110 | 1000111 | 0 | 1001100 | 0 | 1110100 | 1100100 | 111110 |
Color Harmonies of #4AFF3E
Complementary color
Monochromatic Colors of #4AFF3E
Black with #4AFF3E
Text Example
Text Example
White with #4AFF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFF3E; }
p { color: rgb(74,255,62); }
H1.HeaderClassName
{
color: #4AFF3E;
}
.AnyTagClassName
{
color: #4AFF3E;
}
</style>
background-color css
<style>
a { background-color: #4AFF3E; }
a { background-color: rgb(74,255,62); }
div.DivClassName
{
background-color: #4AFF3E;
}
.BgClassName
{
background-color: #4AFF3E;
}
</style>
border-color css
<style>
span { border-color: #4AFF3E; }
span { border-color: rgb(74,255,62); }
td.TdClassName
{
border-color: #4AFF3E;
}
.TagClassName
{
border-color: #4AFF3E;
}
</style>