Shades of Screamin' Green #4AFD3E
Tints of Screamin' Green #4AFD3E
RGB
CMYK
RGB Variations
Color information
#4AFD3E (or 0x4AFD3E) is known color: Screamin' Green. HEX triplet: 4A, FD and 3E. RGB value is (74,253,62). Sum of RGB (Red+Green+Blue) = 74+253+62=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 253 (99.22% from 255 or 65.04% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFD3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFD3E is #B502C1. Grayscale: #B2B2B2. Windows color (decimal): -11862722 or 4128074. OLE color: 4128074.
HSL color Cylindrical-coordinate representation of color #4AFD3E: hue angle of 116.23º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4AFD3E is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 253 | 62 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.01 |
| HSL | 116.23º | 0.98% | 0.62% | - |
| HSV(B) | 116.23º | 0.75% | 0.99% | - |
| XYZ | 38.82 | 72.05 | 16.42 | - |
| YUV | 177.71 | 62.7 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 253 | 62 | 0.71 | 0 | 0.75 | 0.01 | 116.23 | 0.98 | 0.62 |
| Hex | 4A | FD | 3E | 47 | 0 | 4B | 1 | 74 | 62 | 3E |
| Octal | 112 | 375 | 76 | 107 | 0 | 113 | 1 | 164 | 142 | 76 |
| Binary | 1001010 | 11111101 | 111110 | 1000111 | 0 | 1001011 | 1 | 1110100 | 1100010 | 111110 |
Color Harmonies of #4AFD3E
Complementary color
Monochromatic Colors of #4AFD3E
Black with #4AFD3E
Text Example
Text Example
White with #4AFD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFD3E; }
p { color: rgb(74,253,62); }
H1.HeaderClassName
{
color: #4AFD3E;
}
.AnyTagClassName
{
color: #4AFD3E;
}
</style>
background-color css
<style>
a { background-color: #4AFD3E; }
a { background-color: rgb(74,253,62); }
div.DivClassName
{
background-color: #4AFD3E;
}
.BgClassName
{
background-color: #4AFD3E;
}
</style>
border-color css
<style>
span { border-color: #4AFD3E; }
span { border-color: rgb(74,253,62); }
td.TdClassName
{
border-color: #4AFD3E;
}
.TagClassName
{
border-color: #4AFD3E;
}
</style>