Shades of Screamin' Green #3DFF4B
Tints of Screamin' Green #3DFF4B
RGB
CMYK
RGB Variations
Color information
#3DFF4B (or 0x3DFF4B) is known color: Screamin' Green. HEX triplet: 3D, FF and 4B. RGB value is (61,255,75). Sum of RGB (Red+Green+Blue) = 61+255+75=391 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.60% from 391); Green value is 255 (100% from 255 or 65.22% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFF4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DFF4B is #C200B4. Grayscale: #B1B1B1. Windows color (decimal): -12714165 or 4980541. OLE color: 4980541.
HSL color Cylindrical-coordinate representation of color #3DFF4B: hue angle of 124.33º 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 #3DFF4B is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 255 | 75 | - |
| CMYK | 0.76 | 0 | 0.71 | 0 |
| HSL | 124.33º | 1% | 0.62% | - |
| HSV(B) | 124.33º | 0.76% | 1% | - |
| XYZ | 38.95 | 73.02 | 18.7 | - |
| YUV | 176.47 | 70.73 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 255 | 75 | 0.76 | 0 | 0.71 | 0 | 124.33 | 1 | 0.62 |
| Hex | 3D | FF | 4B | 4C | 0 | 47 | 0 | 7C | 64 | 3E |
| Octal | 75 | 377 | 113 | 114 | 0 | 107 | 0 | 174 | 144 | 76 |
| Binary | 111101 | 11111111 | 1001011 | 1001100 | 0 | 1000111 | 0 | 1111100 | 1100100 | 111110 |
Color Harmonies of #3DFF4B
Complementary color
Monochromatic Colors of #3DFF4B
Black with #3DFF4B
Text Example
Text Example
White with #3DFF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFF4B; }
p { color: rgb(61,255,75); }
H1.HeaderClassName
{
color: #3DFF4B;
}
.AnyTagClassName
{
color: #3DFF4B;
}
</style>
background-color css
<style>
a { background-color: #3DFF4B; }
a { background-color: rgb(61,255,75); }
div.DivClassName
{
background-color: #3DFF4B;
}
.BgClassName
{
background-color: #3DFF4B;
}
</style>
border-color css
<style>
span { border-color: #3DFF4B; }
span { border-color: rgb(61,255,75); }
td.TdClassName
{
border-color: #3DFF4B;
}
.TagClassName
{
border-color: #3DFF4B;
}
</style>