Shades of Screamin' Green #4AFB42
Tints of Screamin' Green #4AFB42
RGB
CMYK
RGB Variations
Color information
#4AFB42 (or 0x4AFB42) is known color: Screamin' Green. HEX triplet: 4A, FB and 42. RGB value is (74,251,66). Sum of RGB (Red+Green+Blue) = 74+251+66=391 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.93% from 391); Green value is 251 (98.44% from 255 or 64.19% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFB42 is #B504BD. Grayscale: #B1B1B1. Windows color (decimal): -11863230 or 4389706. OLE color: 4389706.
HSL color Cylindrical-coordinate representation of color #4AFB42: hue angle of 117.41º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4AFB42 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 66 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.02 |
| HSL | 117.41º | 0.96% | 0.62% | - |
| HSV(B) | 117.41º | 0.74% | 0.98% | - |
| XYZ | 38.3 | 70.84 | 16.81 | - |
| YUV | 176.99 | 65.36 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 66 | 0.71 | 0 | 0.74 | 0.02 | 117.41 | 0.96 | 0.62 |
| Hex | 4A | FB | 42 | 47 | 0 | 4A | 2 | 75 | 60 | 3E |
| Octal | 112 | 373 | 102 | 107 | 0 | 112 | 2 | 165 | 140 | 76 |
| Binary | 1001010 | 11111011 | 1000010 | 1000111 | 0 | 1001010 | 10 | 1110101 | 1100000 | 111110 |
Color Harmonies of #4AFB42
Complementary color
Monochromatic Colors of #4AFB42
Black with #4AFB42
Text Example
Text Example
White with #4AFB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFB42; }
p { color: rgb(74,251,66); }
H1.HeaderClassName
{
color: #4AFB42;
}
.AnyTagClassName
{
color: #4AFB42;
}
</style>
background-color css
<style>
a { background-color: #4AFB42; }
a { background-color: rgb(74,251,66); }
div.DivClassName
{
background-color: #4AFB42;
}
.BgClassName
{
background-color: #4AFB42;
}
</style>
border-color css
<style>
span { border-color: #4AFB42; }
span { border-color: rgb(74,251,66); }
td.TdClassName
{
border-color: #4AFB42;
}
.TagClassName
{
border-color: #4AFB42;
}
</style>