Shades of Screamin' Green #4BFF3C
Tints of Screamin' Green #4BFF3C
RGB
CMYK
RGB Variations
Color information
#4BFF3C (or 0x4BFF3C) is known color: Screamin' Green. HEX triplet: 4B, FF and 3C. RGB value is (75,255,60). Sum of RGB (Red+Green+Blue) = 75+255+60=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 255 (100% from 255 or 65.38% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFF3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFF3C is #B400C3. Grayscale: #B3B3B3. Windows color (decimal): -11796676 or 3997515. OLE color: 3997515.
HSL color Cylindrical-coordinate representation of color #4BFF3C: hue angle of 115.38º 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 #4BFF3C is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 75 | 255 | 60 | - |
| CMYK | 0.71 | 0 | 0.76 | 0 |
| HSL | 115.38º | 1% | 0.62% | - |
| HSV(B) | 115.38º | 0.76% | 1% | - |
| XYZ | 39.48 | 73.34 | 16.35 | - |
| YUV | 178.95 | 60.87 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 255 | 60 | 0.71 | 0 | 0.76 | 0 | 115.38 | 1 | 0.62 |
| Hex | 4B | FF | 3C | 47 | 0 | 4C | 0 | 73 | 64 | 3E |
| Octal | 113 | 377 | 74 | 107 | 0 | 114 | 0 | 163 | 144 | 76 |
| Binary | 1001011 | 11111111 | 111100 | 1000111 | 0 | 1001100 | 0 | 1110011 | 1100100 | 111110 |
Color Harmonies of #4BFF3C
Complementary color
Monochromatic Colors of #4BFF3C
Black with #4BFF3C
Text Example
Text Example
White with #4BFF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFF3C; }
p { color: rgb(75,255,60); }
H1.HeaderClassName
{
color: #4BFF3C;
}
.AnyTagClassName
{
color: #4BFF3C;
}
</style>
background-color css
<style>
a { background-color: #4BFF3C; }
a { background-color: rgb(75,255,60); }
div.DivClassName
{
background-color: #4BFF3C;
}
.BgClassName
{
background-color: #4BFF3C;
}
</style>
border-color css
<style>
span { border-color: #4BFF3C; }
span { border-color: rgb(75,255,60); }
td.TdClassName
{
border-color: #4BFF3C;
}
.TagClassName
{
border-color: #4BFF3C;
}
</style>