Shades of Screamin' Green #3DF36A
Tints of Screamin' Green #3DF36A
RGB
CMYK
RGB Variations
Color information
#3DF36A (or 0x3DF36A) is known color: Screamin' Green. HEX triplet: 3D, F3 and 6A. RGB value is (61,243,106). Sum of RGB (Red+Green+Blue) = 61+243+106=410 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.88% from 410); Green value is 243 (95.31% from 255 or 59.27% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF36A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF36A is #C20C95. Grayscale: #ADADAD. Windows color (decimal): -12717206 or 7009085. OLE color: 7009085.
HSL color Cylindrical-coordinate representation of color #3DF36A: hue angle of 134.84º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF36A is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 106 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.05 |
| HSL | 134.84º | 0.88% | 0.6% | - |
| HSV(B) | 134.84º | 0.75% | 0.95% | - |
| XYZ | 36.58 | 66.13 | 24.47 | - |
| YUV | 172.96 | 90.2 | 48.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 106 | 0.75 | 0 | 0.56 | 0.05 | 134.84 | 0.88 | 0.6 |
| Hex | 3D | F3 | 6A | 4B | 0 | 38 | 5 | 87 | 58 | 3C |
| Octal | 75 | 363 | 152 | 113 | 0 | 70 | 5 | 207 | 130 | 74 |
| Binary | 111101 | 11110011 | 1101010 | 1001011 | 0 | 111000 | 101 | 10000111 | 1011000 | 111100 |
Color Harmonies of #3DF36A
Complementary color
Monochromatic Colors of #3DF36A
Black with #3DF36A
Text Example
Text Example
White with #3DF36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF36A; }
p { color: rgb(61,243,106); }
H1.HeaderClassName
{
color: #3DF36A;
}
.AnyTagClassName
{
color: #3DF36A;
}
</style>
background-color css
<style>
a { background-color: #3DF36A; }
a { background-color: rgb(61,243,106); }
div.DivClassName
{
background-color: #3DF36A;
}
.BgClassName
{
background-color: #3DF36A;
}
</style>
border-color css
<style>
span { border-color: #3DF36A; }
span { border-color: rgb(61,243,106); }
td.TdClassName
{
border-color: #3DF36A;
}
.TagClassName
{
border-color: #3DF36A;
}
</style>