Shades of Screamin' Green #4BFA3C
Tints of Screamin' Green #4BFA3C
RGB
CMYK
RGB Variations
Color information
#4BFA3C (or 0x4BFA3C) is known color: Screamin' Green. HEX triplet: 4B, FA and 3C. RGB value is (75,250,60). Sum of RGB (Red+Green+Blue) = 75+250+60=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 250 (98.05% from 255 or 64.94% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFA3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFA3C is #B405C3. Grayscale: #B0B0B0. Windows color (decimal): -11797956 or 3996235. OLE color: 3996235.
HSL color Cylindrical-coordinate representation of color #4BFA3C: hue angle of 115.26º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4BFA3C is Cyan = 0.7, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 250 | 60 | - |
| CMYK | 0.7 | 0 | 0.76 | 0.02 |
| HSL | 115.26º | 0.95% | 0.61% | - |
| HSV(B) | 115.26º | 0.76% | 0.98% | - |
| XYZ | 37.9 | 70.19 | 15.83 | - |
| YUV | 176.02 | 62.52 | 55.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 250 | 60 | 0.7 | 0 | 0.76 | 0.02 | 115.26 | 0.95 | 0.61 |
| Hex | 4B | FA | 3C | 46 | 0 | 4C | 2 | 73 | 5F | 3D |
| Octal | 113 | 372 | 74 | 106 | 0 | 114 | 2 | 163 | 137 | 75 |
| Binary | 1001011 | 11111010 | 111100 | 1000110 | 0 | 1001100 | 10 | 1110011 | 1011111 | 111101 |
Color Harmonies of #4BFA3C
Complementary color
Monochromatic Colors of #4BFA3C
Black with #4BFA3C
Text Example
Text Example
White with #4BFA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFA3C; }
p { color: rgb(75,250,60); }
H1.HeaderClassName
{
color: #4BFA3C;
}
.AnyTagClassName
{
color: #4BFA3C;
}
</style>
background-color css
<style>
a { background-color: #4BFA3C; }
a { background-color: rgb(75,250,60); }
div.DivClassName
{
background-color: #4BFA3C;
}
.BgClassName
{
background-color: #4BFA3C;
}
</style>
border-color css
<style>
span { border-color: #4BFA3C; }
span { border-color: rgb(75,250,60); }
td.TdClassName
{
border-color: #4BFA3C;
}
.TagClassName
{
border-color: #4BFA3C;
}
</style>