Shades of Screamin' Green #3DF84C
Tints of Screamin' Green #3DF84C
RGB
CMYK
RGB Variations
Color information
#3DF84C (or 0x3DF84C) is known color: Screamin' Green. HEX triplet: 3D, F8 and 4C. RGB value is (61,248,76). Sum of RGB (Red+Green+Blue) = 61+248+76=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 248 (97.27% from 255 or 64.42% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF84C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF84C is #C207B3. Grayscale: #ACACAC. Windows color (decimal): -12715956 or 5044285. OLE color: 5044285.
HSL color Cylindrical-coordinate representation of color #3DF84C: hue angle of 124.81º 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 #3DF84C is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 76 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.03 |
| HSL | 124.81º | 0.93% | 0.61% | - |
| HSV(B) | 124.81º | 0.75% | 0.97% | - |
| XYZ | 36.8 | 68.65 | 18.15 | - |
| YUV | 172.48 | 73.55 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 76 | 0.75 | 0 | 0.69 | 0.03 | 124.81 | 0.93 | 0.61 |
| Hex | 3D | F8 | 4C | 4B | 0 | 45 | 3 | 7D | 5D | 3D |
| Octal | 75 | 370 | 114 | 113 | 0 | 105 | 3 | 175 | 135 | 75 |
| Binary | 111101 | 11111000 | 1001100 | 1001011 | 0 | 1000101 | 11 | 1111101 | 1011101 | 111101 |
Color Harmonies of #3DF84C
Complementary color
Monochromatic Colors of #3DF84C
Black with #3DF84C
Text Example
Text Example
White with #3DF84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF84C; }
p { color: rgb(61,248,76); }
H1.HeaderClassName
{
color: #3DF84C;
}
.AnyTagClassName
{
color: #3DF84C;
}
</style>
background-color css
<style>
a { background-color: #3DF84C; }
a { background-color: rgb(61,248,76); }
div.DivClassName
{
background-color: #3DF84C;
}
.BgClassName
{
background-color: #3DF84C;
}
</style>
border-color css
<style>
span { border-color: #3DF84C; }
span { border-color: rgb(61,248,76); }
td.TdClassName
{
border-color: #3DF84C;
}
.TagClassName
{
border-color: #3DF84C;
}
</style>