Shades of Screamin' Green #4DFF3C
Tints of Screamin' Green #4DFF3C
RGB
CMYK
RGB Variations
Color information
#4DFF3C (or 0x4DFF3C) is known color: Screamin' Green. HEX triplet: 4D, FF and 3C. RGB value is (77,255,60). Sum of RGB (Red+Green+Blue) = 77+255+60=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 255 (100% from 255 or 65.05% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFF3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DFF3C is #B200C3. Grayscale: #B4B4B4. Windows color (decimal): -11665604 or 3997517. OLE color: 3997517.
HSL color Cylindrical-coordinate representation of color #4DFF3C: hue angle of 114.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4DFF3C is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 60 | - |
| CMYK | 0.70 | 0 | 0.76 | 0 |
| HSL | 114.77º | 1% | 0.62% | - |
| HSV(B) | 114.77º | 0.76% | 1% | - |
| XYZ | 39.64 | 73.42 | 16.36 | - |
| YUV | 179.55 | 60.53 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 60 | 0.70 | 0 | 0.76 | 0 | 114.77 | 1 | 0.62 |
| Hex | 4D | FF | 3C | 46 | 0 | 4C | 0 | 73 | 64 | 3E |
| Octal | 115 | 377 | 74 | 106 | 0 | 114 | 0 | 163 | 144 | 76 |
| Binary | 1001101 | 11111111 | 111100 | 1000110 | 0 | 1001100 | 0 | 1110011 | 1100100 | 111110 |
Color Harmonies of #4DFF3C
Complementary color
Monochromatic Colors of #4DFF3C
Black with #4DFF3C
Text Example
Text Example
White with #4DFF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFF3C; }
p { color: rgb(77,255,60); }
H1.HeaderClassName
{
color: #4DFF3C;
}
.AnyTagClassName
{
color: #4DFF3C;
}
</style>
background-color css
<style>
a { background-color: #4DFF3C; }
a { background-color: rgb(77,255,60); }
div.DivClassName
{
background-color: #4DFF3C;
}
.BgClassName
{
background-color: #4DFF3C;
}
</style>
border-color css
<style>
span { border-color: #4DFF3C; }
span { border-color: rgb(77,255,60); }
td.TdClassName
{
border-color: #4DFF3C;
}
.TagClassName
{
border-color: #4DFF3C;
}
</style>