Shades of Screamin' Green #4CF242
Tints of Screamin' Green #4CF242
RGB
CMYK
RGB Variations
Color information
#4CF242 (or 0x4CF242) is known color: Screamin' Green. HEX triplet: 4C, F2 and 42. RGB value is (76,242,66). Sum of RGB (Red+Green+Blue) = 76+242+66=384 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.79% from 384); Green value is 242 (94.92% from 255 or 63.02% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF242 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF242 is #B30DBD. Grayscale: #ACACAC. Windows color (decimal): -11734462 or 4387404. OLE color: 4387404.
HSL color Cylindrical-coordinate representation of color #4CF242: hue angle of 116.59º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4CF242 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 66 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.05 |
| HSL | 116.59º | 0.87% | 0.6% | - |
| HSV(B) | 116.59º | 0.73% | 0.95% | - |
| XYZ | 35.72 | 65.43 | 15.9 | - |
| YUV | 172.3 | 68 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 66 | 0.69 | 0 | 0.73 | 0.05 | 116.59 | 0.87 | 0.6 |
| Hex | 4C | F2 | 42 | 45 | 0 | 49 | 5 | 75 | 57 | 3C |
| Octal | 114 | 362 | 102 | 105 | 0 | 111 | 5 | 165 | 127 | 74 |
| Binary | 1001100 | 11110010 | 1000010 | 1000101 | 0 | 1001001 | 101 | 1110101 | 1010111 | 111100 |
Color Harmonies of #4CF242
Complementary color
Monochromatic Colors of #4CF242
Black with #4CF242
Text Example
Text Example
White with #4CF242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF242; }
p { color: rgb(76,242,66); }
H1.HeaderClassName
{
color: #4CF242;
}
.AnyTagClassName
{
color: #4CF242;
}
</style>
background-color css
<style>
a { background-color: #4CF242; }
a { background-color: rgb(76,242,66); }
div.DivClassName
{
background-color: #4CF242;
}
.BgClassName
{
background-color: #4CF242;
}
</style>
border-color css
<style>
span { border-color: #4CF242; }
span { border-color: rgb(76,242,66); }
td.TdClassName
{
border-color: #4CF242;
}
.TagClassName
{
border-color: #4CF242;
}
</style>