Shades of Screamin' Green #4CF04B
Tints of Screamin' Green #4CF04B
RGB
CMYK
RGB Variations
Color information
#4CF04B (or 0x4CF04B) is known color: Screamin' Green. HEX triplet: 4C, F0 and 4B. RGB value is (76,240,75). Sum of RGB (Red+Green+Blue) = 76+240+75=391 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.44% from 391); Green value is 240 (94.14% from 255 or 61.38% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF04B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF04B is #B30FB4. Grayscale: #ACACAC. Windows color (decimal): -11734965 or 4976716. OLE color: 4976716.
HSL color Cylindrical-coordinate representation of color #4CF04B: hue angle of 119.64º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF04B is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 240 | 75 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.06 |
| HSL | 119.64º | 0.85% | 0.62% | - |
| HSV(B) | 119.64º | 0.69% | 0.94% | - |
| XYZ | 35.41 | 64.36 | 17.21 | - |
| YUV | 172.15 | 73.17 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 240 | 75 | 0.68 | 0 | 0.69 | 0.06 | 119.64 | 0.85 | 0.62 |
| Hex | 4C | F0 | 4B | 44 | 0 | 45 | 6 | 78 | 55 | 3E |
| Octal | 114 | 360 | 113 | 104 | 0 | 105 | 6 | 170 | 125 | 76 |
| Binary | 1001100 | 11110000 | 1001011 | 1000100 | 0 | 1000101 | 110 | 1111000 | 1010101 | 111110 |
Color Harmonies of #4CF04B
Complementary color
Monochromatic Colors of #4CF04B
Black with #4CF04B
Text Example
Text Example
White with #4CF04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF04B; }
p { color: rgb(76,240,75); }
H1.HeaderClassName
{
color: #4CF04B;
}
.AnyTagClassName
{
color: #4CF04B;
}
</style>
background-color css
<style>
a { background-color: #4CF04B; }
a { background-color: rgb(76,240,75); }
div.DivClassName
{
background-color: #4CF04B;
}
.BgClassName
{
background-color: #4CF04B;
}
</style>
border-color css
<style>
span { border-color: #4CF04B; }
span { border-color: rgb(76,240,75); }
td.TdClassName
{
border-color: #4CF04B;
}
.TagClassName
{
border-color: #4CF04B;
}
</style>