Shades of Screamin' Green #4AFE3E
Tints of Screamin' Green #4AFE3E
RGB
CMYK
RGB Variations
Color information
#4AFE3E (or 0x4AFE3E) is known color: Screamin' Green. HEX triplet: 4A, FE and 3E. RGB value is (74,254,62). Sum of RGB (Red+Green+Blue) = 74+254+62=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 254 (99.61% from 255 or 65.13% from 390); Blue value is 62 (24.61% from 255 or 15.90% from 390); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFE3E is #B501C1. Grayscale: #B2B2B2. Windows color (decimal): -11862466 or 4128330. OLE color: 4128330.
HSL color Cylindrical-coordinate representation of color #4AFE3E: hue angle of 116.25º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4AFE3E is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 62 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.00 |
| HSL | 116.25º | 0.99% | 0.62% | - |
| HSV(B) | 116.25º | 0.76% | 1% | - |
| XYZ | 39.14 | 72.69 | 16.52 | - |
| YUV | 178.29 | 62.37 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 62 | 0.71 | 0 | 0.76 | 0.00 | 116.25 | 0.99 | 0.62 |
| Hex | 4A | FE | 3E | 47 | 0 | 4C | 0 | 74 | 63 | 3E |
| Octal | 112 | 376 | 76 | 107 | 0 | 114 | 0 | 164 | 143 | 76 |
| Binary | 1001010 | 11111110 | 111110 | 1000111 | 0 | 1001100 | 0 | 1110100 | 1100011 | 111110 |
Color Harmonies of #4AFE3E
Complementary color
Monochromatic Colors of #4AFE3E
Black with #4AFE3E
Text Example
Text Example
White with #4AFE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFE3E; }
p { color: rgb(74,254,62); }
H1.HeaderClassName
{
color: #4AFE3E;
}
.AnyTagClassName
{
color: #4AFE3E;
}
</style>
background-color css
<style>
a { background-color: #4AFE3E; }
a { background-color: rgb(74,254,62); }
div.DivClassName
{
background-color: #4AFE3E;
}
.BgClassName
{
background-color: #4AFE3E;
}
</style>
border-color css
<style>
span { border-color: #4AFE3E; }
span { border-color: rgb(74,254,62); }
td.TdClassName
{
border-color: #4AFE3E;
}
.TagClassName
{
border-color: #4AFE3E;
}
</style>