Shades of Screamin' Green #3DF94A
Tints of Screamin' Green #3DF94A
RGB
CMYK
RGB Variations
Color information
#3DF94A (or 0x3DF94A) is known color: Screamin' Green. HEX triplet: 3D, F9 and 4A. RGB value is (61,249,74). Sum of RGB (Red+Green+Blue) = 61+249+74=384 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.89% from 384); Green value is 249 (97.66% from 255 or 64.84% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF94A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF94A is #C206B5. Grayscale: #ADADAD. Windows color (decimal): -12715702 or 4913469. OLE color: 4913469.
HSL color Cylindrical-coordinate representation of color #3DF94A: hue angle of 124.15º degrees, saturation: 0.94, 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 #3DF94A is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 249 | 74 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.02 |
| HSL | 124.15º | 0.94% | 0.61% | - |
| HSV(B) | 124.15º | 0.76% | 0.98% | - |
| XYZ | 37.04 | 69.24 | 17.89 | - |
| YUV | 172.84 | 72.22 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 249 | 74 | 0.76 | 0 | 0.70 | 0.02 | 124.15 | 0.94 | 0.61 |
| Hex | 3D | F9 | 4A | 4C | 0 | 46 | 2 | 7C | 5E | 3D |
| Octal | 75 | 371 | 112 | 114 | 0 | 106 | 2 | 174 | 136 | 75 |
| Binary | 111101 | 11111001 | 1001010 | 1001100 | 0 | 1000110 | 10 | 1111100 | 1011110 | 111101 |
Color Harmonies of #3DF94A
Complementary color
Monochromatic Colors of #3DF94A
Black with #3DF94A
Text Example
Text Example
White with #3DF94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF94A; }
p { color: rgb(61,249,74); }
H1.HeaderClassName
{
color: #3DF94A;
}
.AnyTagClassName
{
color: #3DF94A;
}
</style>
background-color css
<style>
a { background-color: #3DF94A; }
a { background-color: rgb(61,249,74); }
div.DivClassName
{
background-color: #3DF94A;
}
.BgClassName
{
background-color: #3DF94A;
}
</style>
border-color css
<style>
span { border-color: #3DF94A; }
span { border-color: rgb(61,249,74); }
td.TdClassName
{
border-color: #3DF94A;
}
.TagClassName
{
border-color: #3DF94A;
}
</style>