Shades of Screamin' Green #4FF242
Tints of Screamin' Green #4FF242
RGB
CMYK
RGB Variations
Color information
#4FF242 (or 0x4FF242) is known color: Screamin' Green. HEX triplet: 4F, F2 and 42. RGB value is (79,242,66). Sum of RGB (Red+Green+Blue) = 79+242+66=387 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.41% from 387); Green value is 242 (94.92% from 255 or 62.53% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF242 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF242 is #B00DBD. Grayscale: #ADADAD. Windows color (decimal): -11537854 or 4387407. OLE color: 4387407.
HSL color Cylindrical-coordinate representation of color #4FF242: hue angle of 115.57º 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 #4FF242 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 242 | 66 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.05 |
| HSL | 115.57º | 0.87% | 0.6% | - |
| HSV(B) | 115.57º | 0.73% | 0.95% | - |
| XYZ | 35.96 | 65.56 | 15.91 | - |
| YUV | 173.2 | 67.5 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 242 | 66 | 0.67 | 0 | 0.73 | 0.05 | 115.57 | 0.87 | 0.6 |
| Hex | 4F | F2 | 42 | 43 | 0 | 49 | 5 | 74 | 57 | 3C |
| Octal | 117 | 362 | 102 | 103 | 0 | 111 | 5 | 164 | 127 | 74 |
| Binary | 1001111 | 11110010 | 1000010 | 1000011 | 0 | 1001001 | 101 | 1110100 | 1010111 | 111100 |
Color Harmonies of #4FF242
Complementary color
Monochromatic Colors of #4FF242
Black with #4FF242
Text Example
Text Example
White with #4FF242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF242; }
p { color: rgb(79,242,66); }
H1.HeaderClassName
{
color: #4FF242;
}
.AnyTagClassName
{
color: #4FF242;
}
</style>
background-color css
<style>
a { background-color: #4FF242; }
a { background-color: rgb(79,242,66); }
div.DivClassName
{
background-color: #4FF242;
}
.BgClassName
{
background-color: #4FF242;
}
</style>
border-color css
<style>
span { border-color: #4FF242; }
span { border-color: rgb(79,242,66); }
td.TdClassName
{
border-color: #4FF242;
}
.TagClassName
{
border-color: #4FF242;
}
</style>