Shades of Screamin' Green #3DF84B
Tints of Screamin' Green #3DF84B
RGB
CMYK
RGB Variations
Color information
#3DF84B (or 0x3DF84B) is known color: Screamin' Green. HEX triplet: 3D, F8 and 4B. RGB value is (61,248,75). Sum of RGB (Red+Green+Blue) = 61+248+75=384 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.89% from 384); Green value is 248 (97.27% from 255 or 64.58% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF84B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF84B is #C207B4. Grayscale: #ACACAC. Windows color (decimal): -12715957 or 4978749. OLE color: 4978749.
HSL color Cylindrical-coordinate representation of color #3DF84B: hue angle of 124.49º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF84B is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 75 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.03 |
| HSL | 124.49º | 0.93% | 0.61% | - |
| HSV(B) | 124.49º | 0.75% | 0.97% | - |
| XYZ | 36.76 | 68.63 | 17.97 | - |
| YUV | 172.37 | 73.05 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 75 | 0.75 | 0 | 0.70 | 0.03 | 124.49 | 0.93 | 0.61 |
| Hex | 3D | F8 | 4B | 4B | 0 | 46 | 3 | 7C | 5D | 3D |
| Octal | 75 | 370 | 113 | 113 | 0 | 106 | 3 | 174 | 135 | 75 |
| Binary | 111101 | 11111000 | 1001011 | 1001011 | 0 | 1000110 | 11 | 1111100 | 1011101 | 111101 |
Color Harmonies of #3DF84B
Complementary color
Monochromatic Colors of #3DF84B
Black with #3DF84B
Text Example
Text Example
White with #3DF84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF84B; }
p { color: rgb(61,248,75); }
H1.HeaderClassName
{
color: #3DF84B;
}
.AnyTagClassName
{
color: #3DF84B;
}
</style>
background-color css
<style>
a { background-color: #3DF84B; }
a { background-color: rgb(61,248,75); }
div.DivClassName
{
background-color: #3DF84B;
}
.BgClassName
{
background-color: #3DF84B;
}
</style>
border-color css
<style>
span { border-color: #3DF84B; }
span { border-color: rgb(61,248,75); }
td.TdClassName
{
border-color: #3DF84B;
}
.TagClassName
{
border-color: #3DF84B;
}
</style>