Shades of Screamin' Green #4BFA40
Tints of Screamin' Green #4BFA40
RGB
CMYK
RGB Variations
Color information
#4BFA40 (or 0x4BFA40) is known color: Screamin' Green. HEX triplet: 4B, FA and 40. RGB value is (75,250,64). Sum of RGB (Red+Green+Blue) = 75+250+64=389 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.28% from 389); Green value is 250 (98.05% from 255 or 64.27% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFA40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFA40 is #B405BF. Grayscale: #B1B1B1. Windows color (decimal): -11797952 or 4258379. OLE color: 4258379.
HSL color Cylindrical-coordinate representation of color #4BFA40: hue angle of 116.45º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4BFA40 is Cyan = 0.7, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 250 | 64 | - |
| CMYK | 0.7 | 0 | 0.74 | 0.02 |
| HSL | 116.45º | 0.95% | 0.62% | - |
| HSV(B) | 116.45º | 0.74% | 0.98% | - |
| XYZ | 38.01 | 70.24 | 16.4 | - |
| YUV | 176.47 | 64.52 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 250 | 64 | 0.7 | 0 | 0.74 | 0.02 | 116.45 | 0.95 | 0.62 |
| Hex | 4B | FA | 40 | 46 | 0 | 4A | 2 | 74 | 5F | 3E |
| Octal | 113 | 372 | 100 | 106 | 0 | 112 | 2 | 164 | 137 | 76 |
| Binary | 1001011 | 11111010 | 1000000 | 1000110 | 0 | 1001010 | 10 | 1110100 | 1011111 | 111110 |
Color Harmonies of #4BFA40
Complementary color
Monochromatic Colors of #4BFA40
Black with #4BFA40
Text Example
Text Example
White with #4BFA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFA40; }
p { color: rgb(75,250,64); }
H1.HeaderClassName
{
color: #4BFA40;
}
.AnyTagClassName
{
color: #4BFA40;
}
</style>
background-color css
<style>
a { background-color: #4BFA40; }
a { background-color: rgb(75,250,64); }
div.DivClassName
{
background-color: #4BFA40;
}
.BgClassName
{
background-color: #4BFA40;
}
</style>
border-color css
<style>
span { border-color: #4BFA40; }
span { border-color: rgb(75,250,64); }
td.TdClassName
{
border-color: #4BFA40;
}
.TagClassName
{
border-color: #4BFA40;
}
</style>