Shades of Screamin' Green #4AFB3C
Tints of Screamin' Green #4AFB3C
RGB
CMYK
RGB Variations
Color information
#4AFB3C (or 0x4AFB3C) is known color: Screamin' Green. HEX triplet: 4A, FB and 3C. RGB value is (74,251,60). Sum of RGB (Red+Green+Blue) = 74+251+60=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 251 (98.44% from 255 or 65.19% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFB3C is #B504C3. Grayscale: #B0B0B0. Windows color (decimal): -11863236 or 3996490. OLE color: 3996490.
HSL color Cylindrical-coordinate representation of color #4AFB3C: hue angle of 115.6º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4AFB3C is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 60 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.02 |
| HSL | 115.6º | 0.96% | 0.61% | - |
| HSV(B) | 115.6º | 0.76% | 0.98% | - |
| XYZ | 38.14 | 70.78 | 15.93 | - |
| YUV | 176.3 | 62.36 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 60 | 0.71 | 0 | 0.76 | 0.02 | 115.6 | 0.96 | 0.61 |
| Hex | 4A | FB | 3C | 47 | 0 | 4C | 2 | 74 | 60 | 3D |
| Octal | 112 | 373 | 74 | 107 | 0 | 114 | 2 | 164 | 140 | 75 |
| Binary | 1001010 | 11111011 | 111100 | 1000111 | 0 | 1001100 | 10 | 1110100 | 1100000 | 111101 |
Color Harmonies of #4AFB3C
Complementary color
Monochromatic Colors of #4AFB3C
Black with #4AFB3C
Text Example
Text Example
White with #4AFB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFB3C; }
p { color: rgb(74,251,60); }
H1.HeaderClassName
{
color: #4AFB3C;
}
.AnyTagClassName
{
color: #4AFB3C;
}
</style>
background-color css
<style>
a { background-color: #4AFB3C; }
a { background-color: rgb(74,251,60); }
div.DivClassName
{
background-color: #4AFB3C;
}
.BgClassName
{
background-color: #4AFB3C;
}
</style>
border-color css
<style>
span { border-color: #4AFB3C; }
span { border-color: rgb(74,251,60); }
td.TdClassName
{
border-color: #4AFB3C;
}
.TagClassName
{
border-color: #4AFB3C;
}
</style>