Shades of Screamin' Green #4CF241
Tints of Screamin' Green #4CF241
RGB
CMYK
RGB Variations
Color information
#4CF241 (or 0x4CF241) is known color: Screamin' Green. HEX triplet: 4C, F2 and 41. RGB value is (76,242,65). Sum of RGB (Red+Green+Blue) = 76+242+65=383 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.84% from 383); Green value is 242 (94.92% from 255 or 63.19% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF241 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF241 is #B30DBE. Grayscale: #ACACAC. Windows color (decimal): -11734463 or 4321868. OLE color: 4321868.
HSL color Cylindrical-coordinate representation of color #4CF241: hue angle of 116.27º 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 #4CF241 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 65 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.05 |
| HSL | 116.27º | 0.87% | 0.6% | - |
| HSV(B) | 116.27º | 0.73% | 0.95% | - |
| XYZ | 35.69 | 65.42 | 15.75 | - |
| YUV | 172.19 | 67.5 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 65 | 0.69 | 0 | 0.73 | 0.05 | 116.27 | 0.87 | 0.6 |
| Hex | 4C | F2 | 41 | 45 | 0 | 49 | 5 | 74 | 57 | 3C |
| Octal | 114 | 362 | 101 | 105 | 0 | 111 | 5 | 164 | 127 | 74 |
| Binary | 1001100 | 11110010 | 1000001 | 1000101 | 0 | 1001001 | 101 | 1110100 | 1010111 | 111100 |
Color Harmonies of #4CF241
Complementary color
Monochromatic Colors of #4CF241
Black with #4CF241
Text Example
Text Example
White with #4CF241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF241; }
p { color: rgb(76,242,65); }
H1.HeaderClassName
{
color: #4CF241;
}
.AnyTagClassName
{
color: #4CF241;
}
</style>
background-color css
<style>
a { background-color: #4CF241; }
a { background-color: rgb(76,242,65); }
div.DivClassName
{
background-color: #4CF241;
}
.BgClassName
{
background-color: #4CF241;
}
</style>
border-color css
<style>
span { border-color: #4CF241; }
span { border-color: rgb(76,242,65); }
td.TdClassName
{
border-color: #4CF241;
}
.TagClassName
{
border-color: #4CF241;
}
</style>