Shades of Screamin' Green #3DF366
Tints of Screamin' Green #3DF366
RGB
CMYK
RGB Variations
Color information
#3DF366 (or 0x3DF366) is known color: Screamin' Green. HEX triplet: 3D, F3 and 66. RGB value is (61,243,102). Sum of RGB (Red+Green+Blue) = 61+243+102=406 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.02% from 406); Green value is 243 (95.31% from 255 or 59.85% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF366 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF366 is #C20C99. Grayscale: #ACACAC. Windows color (decimal): -12717210 or 6746941. OLE color: 6746941.
HSL color Cylindrical-coordinate representation of color #3DF366: hue angle of 133.52º 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 #3DF366 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 102 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.05 |
| HSL | 133.52º | 0.88% | 0.6% | - |
| HSV(B) | 133.52º | 0.75% | 0.95% | - |
| XYZ | 36.37 | 66.05 | 23.4 | - |
| YUV | 172.51 | 88.2 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 102 | 0.75 | 0 | 0.58 | 0.05 | 133.52 | 0.88 | 0.6 |
| Hex | 3D | F3 | 66 | 4B | 0 | 3A | 5 | 86 | 58 | 3C |
| Octal | 75 | 363 | 146 | 113 | 0 | 72 | 5 | 206 | 130 | 74 |
| Binary | 111101 | 11110011 | 1100110 | 1001011 | 0 | 111010 | 101 | 10000110 | 1011000 | 111100 |
Color Harmonies of #3DF366
Complementary color
Monochromatic Colors of #3DF366
Black with #3DF366
Text Example
Text Example
White with #3DF366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF366; }
p { color: rgb(61,243,102); }
H1.HeaderClassName
{
color: #3DF366;
}
.AnyTagClassName
{
color: #3DF366;
}
</style>
background-color css
<style>
a { background-color: #3DF366; }
a { background-color: rgb(61,243,102); }
div.DivClassName
{
background-color: #3DF366;
}
.BgClassName
{
background-color: #3DF366;
}
</style>
border-color css
<style>
span { border-color: #3DF366; }
span { border-color: rgb(61,243,102); }
td.TdClassName
{
border-color: #3DF366;
}
.TagClassName
{
border-color: #3DF366;
}
</style>