Shades of Screamin' Green #4AFE3C
Tints of Screamin' Green #4AFE3C
RGB
CMYK
RGB Variations
Color information
#4AFE3C (or 0x4AFE3C) is known color: Screamin' Green. HEX triplet: 4A, FE and 3C. RGB value is (74,254,60). Sum of RGB (Red+Green+Blue) = 74+254+60=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 254 (99.61% from 255 or 65.46% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 254 - color contains mainly: green. Hex color #4AFE3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFE3C is #B501C3. Grayscale: #B2B2B2. Windows color (decimal): -11862468 or 3997258. OLE color: 3997258.
HSL color Cylindrical-coordinate representation of color #4AFE3C: hue angle of 115.67º 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 #4AFE3C is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 254 | 60 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.00 |
| HSL | 115.67º | 0.99% | 0.62% | - |
| HSV(B) | 115.67º | 0.76% | 1% | - |
| XYZ | 39.08 | 72.67 | 16.24 | - |
| YUV | 178.06 | 61.37 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 254 | 60 | 0.71 | 0 | 0.76 | 0.00 | 115.67 | 0.99 | 0.62 |
| Hex | 4A | FE | 3C | 47 | 0 | 4C | 0 | 74 | 63 | 3E |
| Octal | 112 | 376 | 74 | 107 | 0 | 114 | 0 | 164 | 143 | 76 |
| Binary | 1001010 | 11111110 | 111100 | 1000111 | 0 | 1001100 | 0 | 1110100 | 1100011 | 111110 |
Color Harmonies of #4AFE3C
Complementary color
Monochromatic Colors of #4AFE3C
Black with #4AFE3C
Text Example
Text Example
White with #4AFE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFE3C; }
p { color: rgb(74,254,60); }
H1.HeaderClassName
{
color: #4AFE3C;
}
.AnyTagClassName
{
color: #4AFE3C;
}
</style>
background-color css
<style>
a { background-color: #4AFE3C; }
a { background-color: rgb(74,254,60); }
div.DivClassName
{
background-color: #4AFE3C;
}
.BgClassName
{
background-color: #4AFE3C;
}
</style>
border-color css
<style>
span { border-color: #4AFE3C; }
span { border-color: rgb(74,254,60); }
td.TdClassName
{
border-color: #4AFE3C;
}
.TagClassName
{
border-color: #4AFE3C;
}
</style>